diff options
-rwxr-xr-x | bin/make-test.sh | 4 | ||||
-rwxr-xr-x | bin/make.sh | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/make-test.sh b/bin/make-test.sh new file mode 100755 index 0000000..f4c14d5 --- /dev/null +++ b/bin/make-test.sh @@ -0,0 +1,4 @@ +#!/bin/bash +python ranking.py config/test-dates.json 2016-12-31 > http/test/2017-01.html +python ranking.py config/test-dates.json 2017-04-30 2016-12-31 > http/test/index.html +python players.py http/test/players config/test-dates.json diff --git a/bin/make.sh b/bin/make.sh new file mode 100755 index 0000000..efee4f4 --- /dev/null +++ b/bin/make.sh @@ -0,0 +1,3 @@ +#!/bin/bash +python ranking.py config/dates.json 2016-12-31 > http/index.html +python players.py http/players config/dates.json |