all repos — xrxs @ 7137262fd63221ae471976b2a61823ffa43ba3b0

experimental networked application/game server with 9p

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

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

ADDR=localhost
PORT=2650

9pfuse 'tcp!${ADDR}!${PORT}' ./n/ &
uxnemu ./xrxs.rom
echo "logout" >> ./n/ctl