shithub: rc

Download patch

ref: b4df13675cc9d44155d2ce7df60d83a255c08aeb
parent: 27006fb6713b68eb8fd7ba20241980eb918e75e8
author: qwx <qwx@sciops.net>
date: Mon Dec 8 08:49:23 EST 2025

fn: update for new repo, trash hg function

--- a/fn
+++ b/fn
@@ -96,8 +96,7 @@
 
 # sys
 # bind hg repo to root and execute hg command
-fn hg{ bind -ac /dist/plan9front /; fn hg; hg $* }
-fn git{ bind -ac /dist/plan9front / }
+fn git{ bind -ac /dist/9front / }
 # hangup connections to given hosts
 fn nctl{ echo 'echo hangup >/net/'^`{netstat -n|sed -n 's,^([^ ]+) +([^ ]+) +[^ ]+ +[^ ]+ +[^ ]+ +'$1'.*,\1/\2/ctl\;,p'} }
 # show announced ports and established connections
--