#!/bin/bash # insert python3 ./test.py $1 -f insert/basic.py python3 ./test.py $1 -s && sleep 1 python3 ./test.py $1 -f query/filterCombo.py python3 ./test.py $1 -s && sleep 1 :<