mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
5 lines
184 B
Bash
Executable file
5 lines
184 B
Bash
Executable file
#!/bin/bash
|
|
|
|
printf "use peertube-test1;\ndb.dropDatabase();\nuse peertube-test2;\ndb.dropDatabase();\nuse peertube-test3;\ndb.dropDatabase();" | mongo
|
|
|
|
rm -rf ./test1 ./test2 ./test3
|