From 4060fa99c23bca17895029ae1ffad24d0d024269 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Sep 2017 02:10:36 +0200 Subject: Moving *.py scripts to separate directory, cleaning things up --- bin/build-players.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-players.sh') diff --git a/bin/build-players.sh b/bin/build-players.sh index 3d250b7..3f123bd 100755 --- a/bin/build-players.sh +++ b/bin/build-players.sh @@ -1,4 +1,4 @@ #!/bin/bash DIR=$1 mkdir -p $DIR/players -python players.py $DIR/players +python scripts/players.py $DIR/players -- cgit v1.2.3