From 9653e31ca7ef40a408d176d338cd93a8076b3318 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Sep 2017 14:25:44 +0200 Subject: Pre-generating menu content for players pages Fixes #11 --- bin/build-players.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3