shithub: rc

ref: 7a9a85d8860dad2ab86846627c6f0036662bc9b9
dir: /9grid/

View raw version
#!/bin/rc -e
9fs tcp!chat.9p.zone!9990 /n/chat
rm /srv/tcp!chat.9p.zone!9990
# fukken quoting
cat <<'!' >/tmp/grid.$pid
#!/bin/rc
window -r 0 0 656 516 -scroll chat -n qwx
window -r 0 524 656 596 -scroll girc -g /n/chat/chat
window -scroll 'echo cat /dev/wsys/1/text ''>>/tmp/chat''; echo ''{}>/dev/wsys/1/text''; rc'
!
chmod +x /tmp/grid.$pid
rio -i /tmp/grid.$pid
rm /tmp/grid.$pid
unmount /n/chat