diff options
author | emkael <emkael@tlen.pl> | 2023-10-02 20:41:38 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-10-02 20:42:29 +0200 |
commit | d66b7cdde0c3e863201fc27a9456334eb7bd5e7c (patch) | |
tree | 805d5d58e1d04ca36de59478ad0e51d7c6367938 /preseason/check-all.sh | |
parent | d3f8385c6aa6ec918c046a30d58c4925504679fe (diff) |
Automated pre-season checks for result pages
Diffstat (limited to 'preseason/check-all.sh')
-rwxr-xr-x | preseason/check-all.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/preseason/check-all.sh b/preseason/check-all.sh new file mode 100755 index 0000000..3847cff --- /dev/null +++ b/preseason/check-all.sh @@ -0,0 +1,6 @@ +#!/bin/bash +find config -name *.json | + while read JSON + do + python3 checks.py ${JSON} + done |