1 2 3 4 5 6 7
#!/usr/bin/env sh for i in $(seq 1 6); do dropdb "peertube_test$i" rm -rf "./test$i" createdb "peertube_test$i" done