summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/make-test.sh4
-rwxr-xr-xbin/make.sh3
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