diff options
author | neodarz <neodarz@neodarz.net> | 2018-01-19 19:49:42 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-01-19 19:49:42 +0100 |
commit | b789fb2602b4fd4e4b0ef0916b60b89a77e26515 (patch) | |
tree | 5e134bb63d87efd7e5f4bdcb1fc86817cba3bc72 | |
parent | a11bd58f7694ab7c25bd4571cadbdedd4ddb3ba8 (diff) | |
download | haum_ia_marabunta-master.tar.xz haum_ia_marabunta-master.zip |
-rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #! /bin/bash -python strategy.py < /dev/stdin +python3 strategy.py < /dev/stdin |