Rename '{run, run-all}.sh' into '{run, run-all}'.

This commit is contained in:
KtorZ
2022-12-29 12:04:37 +01:00
parent ad5a393c4d
commit 602a6a03a8
2 changed files with 0 additions and 0 deletions

View File

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