diff options
author | MichaĆ <emkael@tlen.pl> | 2017-06-14 21:31:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 21:31:12 +0200 |
commit | 94fde3fd0b06bb93dddc7a91af7d421e86ffd11a (patch) | |
tree | 46fd9f35458de944892641fe05020f65d49f0e1a /bin | |
parent | 969712378f7bd183582c5459585eb501ffbf88e5 (diff) | |
parent | 3053f654aa202e8553c2db600d2a7ac7f872da13 (diff) |
Merge pull request #1 from starsep/mkdir-http-players
Fix mkdir -p http/players
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build-players.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build-players.sh b/bin/build-players.sh index 93edf63..3d250b7 100755 --- a/bin/build-players.sh +++ b/bin/build-players.sh @@ -1,3 +1,4 @@ #!/bin/bash DIR=$1 +mkdir -p $DIR/players python players.py $DIR/players |