tests_parallel.sh (84B)
1 #!/bin/bash 2 3 ls test/*.sh | grep -v track.sh | cut -d/ -f2 | parallel ./runtest.sh 4