1
0
Fork 0
peertube/scripts/clean_test.sh

7 lines
127 B
Bash
Executable File

#!/bin/bash
for i in $(seq 1 6); do
printf "use peertube-test%s;\ndb.dropDatabase();" "$i" | mongo
rm -rf "./test$i"
done