git: 9front

Download patch

ref: d397eb9becc808b31c1ce4358f5ba9ead7a4eff0
parent: 280fa961d3e8348e47ba900c26d2788c81649906
author: Jacob Moody <moody@posixcafe.org>
date: Sat Jan 27 17:05:23 EST 2024

9fs: add iso case for nightly iso box

--- a/rc/bin/9fs
+++ b/rc/bin/9fs
@@ -53,6 +53,8 @@
 case 9grep
 	9fs tcp!9front.org!7734
 	bind -b /n/9front.org!7734 /n/lists
+case iso
+	srv -nq iso.only9fans.com iso /n/iso
 # arbitrary venti archives
 case vac:*
 	vacfs <{echo $1}
--