From 14d91f6ea23789b5f0ef3402448a1cc12a013acb Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Tue, 9 Aug 2022 08:44:53 +0200 Subject: readme --- launch_2p.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'launch_2p.sh') diff --git a/launch_2p.sh b/launch_2p.sh index 23901a7..edafce5 100755 --- a/launch_2p.sh +++ b/launch_2p.sh @@ -1,4 +1,4 @@ #! /usr/bin/bash -alacritty --hold -e cargo run -- --local-port=40000 --players localhost 127.0.0.1:40001 & (sleep 5 && -alacritty --hold -e cargo run -- --local-port=40001 --players 127.0.0.1:40000 localhost) & +alacritty --hold -e cargo run --release -- --local-port=40000 --players localhost 127.0.0.1:40001 & (sleep 5 && +alacritty --hold -e cargo run --release -- --local-port=40001 --players 127.0.0.1:40000 localhost) & -- cgit v1.2.3-54-g00ecf