PeerTube/scripts/clean_test.sh

7 lines
127 B
Bash
Raw Normal View History

2015-06-09 10:41:40 -05:00
#!/bin/bash
for i in $(seq 1 6); do
printf "use peertube-test%s;\ndb.dropDatabase();" "$i" | mongo
rm -rf "./test$i"
done