From a4c1065d12b9927460c41012927928d26a49e2d8 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 21 Jan 2022 16:23:30 +0100 Subject: [PATCH] Using python3 instead of python --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 17b2022..988079d 100755 --- a/launch.sh +++ b/launch.sh @@ -1,5 +1,5 @@ #!/usr/bin/zsh -sudo python main.py $1 &! +sudo python3 main.py $1 &! sleep 3.5 ./tester.py $1 $2