aiken/examples/acceptance_tests/run-all.sh

4 lines
92 B
Bash
Executable File

#!/usr/bin/env bash
find . -regex ".*[0-9]\{3\}" -type d | xargs -P 8 -I {} -- ./run.sh {}