diff options
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 |