all repos — xrxs @ b43ed9766a7f97473fa23f768b96eaad41d96c90

experimental networked application/game server with 9p

uxn-client/uxn-xrxs.sh (raw)

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

ADDR=209.141.55.64
PORT=5460

9pfuse "tcp!${ADDR}!${PORT}" ./n/ & sleep 1
uxnemu ./xrxs.rom
if [ -e ./n/ctl ]; then
  echo "logout" >> ./n/ctl
fi
fusermount -u ./n