summaryrefslogtreecommitdiff
path: root/bin/make-test.sh
blob: e93634f46de84eeb00fe712d66602c5735013ce1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
python ranking.py 2016-12-31 > http/test/2017-01.html
python ranking.py 2017-04-30 2016-12-31 > http/test/index.html
find http/test -maxdepth 1 -type f -name \*.html |
    while read FILE
    do
        python editions.py config/test-dates.json $FILE
    done
python players.py http/test/players config/test-dates.json