tweak launcher
This commit is contained in:
parent
eb6236b389
commit
7ef7630c2c
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue