ref: 644558704ac379c5c11cd7d2452eff225632431c
parent: 1b1d9dd8049e73b4e6fe1b6305229af5a5fd54eb
	author: Ori Bernstein <ori@eigenstate.org>
	date: Mon Aug 11 12:31:47 EDT 2025
	
9fs: exit with success when we succeed.
--- a/rc/bin/9fs
+++ b/rc/bin/9fs
@@ -28,6 +28,8 @@
unmount /n/9 >/dev/null >[2]/dev/null
mount -c /srv/dos /n/9 $part
}
+ if not
+ status=()
case dump other
mount -C /srv/boot /n/$1 $1
case sources
--
⑨