summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-01-19 19:49:42 +0100
committerneodarz <neodarz@neodarz.net>2018-01-19 19:49:42 +0100
commitb789fb2602b4fd4e4b0ef0916b60b89a77e26515 (patch)
tree5e134bb63d87efd7e5f4bdcb1fc86817cba3bc72
parenta11bd58f7694ab7c25bd4571cadbdedd4ddb3ba8 (diff)
downloadhaum_ia_marabunta-master.tar.xz
haum_ia_marabunta-master.zip
use python3 and not just pythonHEADmaster
-rwxr-xr-xstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index 5cd8bd7..af4e69f 100755
--- a/start.sh
+++ b/start.sh
@@ -1,2 +1,2 @@
#! /bin/bash
-python strategy.py < /dev/stdin
+python3 strategy.py < /dev/stdin