mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
6 lines
178 B
Bash
Executable File
6 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
|