diff options
Diffstat (limited to 'scripts/pagechecks/check-single.sh')
-rwxr-xr-x | scripts/pagechecks/check-single.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/pagechecks/check-single.sh b/scripts/pagechecks/check-single.sh new file mode 100755 index 0000000..3db736e --- /dev/null +++ b/scripts/pagechecks/check-single.sh @@ -0,0 +1,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 |