shithub: rc

Download patch

ref: d3df967a742efe2bea16c737833e88d2cefaa7be
parent: 061f7331b3109932ac48ed0d25ede13e3113931d
author: qwx <qwx@sciops.net>
date: Tue Jan 25 04:26:00 EST 2022

9grid, holdchat: no.

--- a/bin/9grid
+++ b/bin/9grid
@@ -1,4 +1,5 @@
 #!/bin/rc -e
+echo no. >[1=2]; exit no.
 9fs tcp!chat.9p.zone!9990 /n/chat
 rm /srv/tcp!chat.9p.zone!9990
 # fukken quoting
--- a/bin/holdchat
+++ b/bin/holdchat
@@ -10,6 +10,7 @@
 	cfile=$flagf
 if(~ $#flagn 1)
 	nick=$flagn
+echo no. >[1=2]; exit no.
 while(){
 	hold /tmp/hold >[2]/dev/null \
 	&& cat /tmp/hold | sed '1s/^/'$nick' → /' >>$cfile