mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
5 lines
178 B
Bash
Executable file
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
|