Files
aiken/examples/acceptance_tests/run-all-examples
KtorZ 0dec4dc533 Move script context e2e tests under a nested 'v2' directory.
And rework scripts to run them in anticipation of new v3 contexts.
2024-08-13 10:55:21 +02:00

4 lines
89 B
Bash
Executable File

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