summaryrefslogtreecommitdiff
path: root/bin/build-players.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-07 02:10:36 +0200
committeremkael <emkael@tlen.pl>2017-09-07 02:10:36 +0200
commit4060fa99c23bca17895029ae1ffad24d0d024269 (patch)
treecf4f322e236d913e238366a2de30727d0d2561cb /bin/build-players.sh
parent26f2934bcdfec9b32131ec01bbdd493146b3ad57 (diff)
Moving *.py scripts to separate directory, cleaning things up
Diffstat (limited to 'bin/build-players.sh')
-rwxr-xr-xbin/build-players.sh2
1 files changed, 1 insertions, 1 deletions
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