diff --git a/physical-game-points-league-periods.sh b/physical-game-points-league-periods.sh new file mode 100644 index 0000000..4d257af --- /dev/null +++ b/physical-game-points-league-periods.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd $(dirname $0) + +./plot-periods.py --output game-points-by-period --periods 1 2 3 4