summaryrefslogtreecommitdiff
path: root/scripts/pagechecks/check-single.sh
blob: 3db736e7f495a64e5ad9f05a6166342620155b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

cd $(dirname $0)

GROUP=$1
shift

echo 'Checking external play-off data for' $GROUP
python check-playoff.py ../../$GROUP.jtpo $@

cd - >>/dev/null