diff --git a/build b/build index c059763..dc9247a 100755 --- a/build +++ b/build @@ -12,7 +12,6 @@ git clean -Xfd latest_date=$(grep -P '^[0-9]{4}-[0-9]{2}-[0-9]{2}$' ./scores/scores.txt | tail -1) -python3 ../mahjong-scorer/mahjongscore.py ./scores/scores.txt python3 ../mahjong-scorer/mahjongscore.py ./scores/scores.txt --from 2023-01-22 --to 2024-02-10 python3 ../mahjong-scorer/mahjongscore.py ./scores/scores.txt --from 2024-02-10 python3 ../mahjong-scorer/mahjongscore.py ./scores/scores.txt --from $latest_date