ref: be0f4f860ae1a68a054c0d740b4c9ed9c3a2e486
parent: 537289a7afb5e733947bce4d3154fffdf3c9ed5a
author: qwx <qwx@sciops.net>
date: Mon Aug 18 21:36:53 EDT 2025
9grid: use ndb/common like everything else
--- a/bin/9grid
+++ b/bin/9grid
@@ -1,7 +1,7 @@
#!/bin/rc -e
#echo no. >[1=2]; exit no.
-9fs tcp!chat.9p.zone!9990 /n/chat
-rm /srv/tcp!chat.9p.zone!9990
+9fs tcp!gridchat!chat /n/chat
+rm /srv/tcp!gridchat!chat
# fukken quoting
cat <<'!' >/tmp/grid.$pid
#!/bin/rc
--
⑨