Use scripty instead of writing shell commands in package.json
[oweals/peertube.git] / scripts / clean / server / test.sh
1 #!/usr/bin/env sh
2
3 for i in $(seq 1 6); do
4   printf "use peertube-test%s;\ndb.dropDatabase();" "$i" | mongo
5   rm -rf "./test$i"
6 done