shithub: 9scripts

Download patch

ref: ca3f15cc2b1852156e2bf8bb418f23c1a119dea8
parent: 8972abb477df6a864fbb3aeadbd1996ffaf7b733
author: glenda <glenda@9front.local>
date: Tue Jan 12 18:38:57 EST 2021

added isobuild tool

--- /dev/null
+++ b/util/isobuild
@@ -1,0 +1,8 @@
+#!/bin/rc
+@{
+	rfork n
+	bind /root /n/src9
+	bind -ac /dist/plan9front /n/src9
+	cd /sys/lib/dist
+	mk /tmp/9front.$objtype.iso
+}