1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
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