summaryrefslogtreecommitdiff
path: root/preseason/check-all.sh
blob: 3847cff9d914922af34104ac6139e0709ca72d56 (plain)
1
2
3
4
5
6
#!/bin/bash
find config -name *.json |
    while read JSON
    do
        python3 checks.py ${JSON}
    done