all repos — xrxs @ 50fcc9ec8d0b210e1f457a55f1a41e3f17247d58

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