Files
aiken/examples/acceptance_tests/fmt-all
2023-02-09 00:57:14 -05:00

4 lines
89 B
Bash
Executable File

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