1
0
Fork 0
peertube/scripts/clean_test.sh
Chocobozzz 8c308c2bf7 Spawn
2015-10-29 23:14:54 +01:00

5 lines
178 B
Bash
Executable file

#!/bin/bash
printf "use petube-test1;\ndb.dropDatabase();\nuse petube-test2;\ndb.dropDatabase();\nuse petube-test3;\ndb.dropDatabase();" | mongo
rm -rf ./test1 ./test2 ./test3