From 7ef7630c2cd9d694451a20637d86ad4d54fdbb64 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Wed, 13 Oct 2021 00:25:16 -0600 Subject: [PATCH] tweak launcher --- uxn-client/uxn-xrxs.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/uxn-client/uxn-xrxs.sh b/uxn-client/uxn-xrxs.sh index a686865..94e026c 100755 --- a/uxn-client/uxn-xrxs.sh +++ b/uxn-client/uxn-xrxs.sh @@ -3,8 +3,14 @@ ADDR=209.141.55.64 PORT=5460 -9pfuse "tcp!${ADDR}!${PORT}" ./n/ & sleep 1 +# start the 9p client and wait for it to initialize +9pfuse "tcp!${ADDR}!${PORT}" ./n & sleep 1 + +#run the xrxs client uxnemu ./xrxs.rom + +# logout **VERY IMPORTANT** +# if you don't logout, your username is taken until the server restarts! if [ -e ./n/ctl ]; then echo "logout" >> ./n/ctl fi