diff options
author | emkael <emkael@tlen.pl> | 2017-09-07 14:25:44 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-09-07 14:25:44 +0200 |
commit | 9653e31ca7ef40a408d176d338cd93a8076b3318 (patch) | |
tree | 8cc650557703294e187a6ce8eb8aea231430e62b /bin | |
parent | 91b4d644cf8064457d5365dc1642ad8ab5f87be3 (diff) |
Pre-generating menu content for players pages
Fixes #11
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build-players.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-players.sh b/bin/build-players.sh index 3f123bd..e1d099d 100755 --- a/bin/build-players.sh +++ b/bin/build-players.sh @@ -1,4 +1,4 @@ #!/bin/bash DIR=$1 mkdir -p $DIR/players -python scripts/players.py $DIR/players +python scripts/players.py $DIR/players $DIR/players/.menu.html |