From 33f72f51336f371ddbf342bfc755e35c56258c3b Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 11 Apr 2017 18:32:30 +0200 Subject: Build scripts --- bin/make-test.sh | 4 ++++ bin/make.sh | 3 +++ 2 files changed, 7 insertions(+) create mode 100755 bin/make-test.sh create mode 100755 bin/make.sh (limited to 'bin') 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 -- cgit v1.2.3