summaryrefslogtreecommitdiff
path: root/preseason/check-all.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2023-10-02 20:41:38 +0200
committeremkael <emkael@tlen.pl>2023-10-02 20:42:29 +0200
commitd66b7cdde0c3e863201fc27a9456334eb7bd5e7c (patch)
tree805d5d58e1d04ca36de59478ad0e51d7c6367938 /preseason/check-all.sh
parentd3f8385c6aa6ec918c046a30d58c4925504679fe (diff)
Automated pre-season checks for result pages
Diffstat (limited to 'preseason/check-all.sh')
-rwxr-xr-xpreseason/check-all.sh6
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