shithub: rc

Download patch

ref: c64ff3177aba5d4d85656c3e5d30b1d51dc30ac0
parent: be0f4f860ae1a68a054c0d740b4c9ed9c3a2e486
author: qwx <qwx@sciops.net>
date: Mon Aug 18 22:33:51 EDT 2025

add gabel: set up fork repo world build namespace

--- /dev/null
+++ b/bin/gabel
@@ -1,0 +1,11 @@
+#!/bin/rc -be
+echo scroll >/dev/wctl
+flag x +
+cd /usr/qwx/p/fork
+unionfs /usr/qwx/p/fork/sys /sys
+ramfs -u -m /mnt/build
+clone -xTp 8:8 /mnt/union/^(include src) /mnt/build/
+unmount /mnt/union
+bind /mnt/build/include /sys/include
+bind -c /mnt/build/src /sys/src
+cd /sys/src
--