Skip to content

Commit

Permalink
Add a script for game points by period, for the leagues
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 14, 2024
1 parent afe6202 commit 9d107aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions physical-game-points-league-periods.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

cd $(dirname $0)

./plot-periods.py --output game-points-by-period --periods 1 2 3 4

0 comments on commit 9d107aa

Please sign in to comment.