all repos — xrxs @ eb6236b389157fb5b80d73dd99f893af5413d08c

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