aboutsummaryrefslogtreecommitdiff
path: root/launch_2p.sh
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-08-03 22:23:52 +0200
committerjacopograndi <jacopo.grandi@outlook.it>2022-08-03 22:23:52 +0200
commit3e6313b1fbbea06725847bcf9eedf9b97b353e7e (patch)
treec32fb2bb4d1d0006379f0fb258269a4cbbcce18b /launch_2p.sh
parent091160ba70f49ad700b70721c1fd9fbef7bb74ba (diff)
integrating ggrs and rapier
Diffstat (limited to 'launch_2p.sh')
-rwxr-xr-xlaunch_2p.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/launch_2p.sh b/launch_2p.sh
new file mode 100755
index 0000000..14fd8a7
--- /dev/null
+++ b/launch_2p.sh
@@ -0,0 +1,4 @@
+#! /usr/bin/bash
+
+cargo run -- --local-port=40000 --players localhost 127.0.0.1:40001 &
+cargo run -- --local-port=40001 --players localhost 127.0.0.1:40001 &