ref: 00c3dbe9466177d1a00e58fe9c18459f4af11b52
parent: 4e6b29774fb4a957e978fd0c6553ee50fb690400
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Sep 9 15:19:14 EDT 2019
misc: Add rebind script This script is intended to help developers until equis is more stable. It avoids polluting the basic installation.
--- /dev/null
+++ b/rebind
@@ -1,0 +1,13 @@
+#!/bin/rc
+
+mkdir -p $home/bin/X11
+mkdir -p $home/lib/ape/X11
+
+bind -ac sys/lib/ape/ /sys/lib/ape
+bind -ac sys/src/ape/lib /sys/src/ape/lib
+bind -ac sys/src/ape/ /sys/src/ape/
+bind -ac sys/include/ape/ /sys/include/ape
+bind -ac sys/src/ape/X11/cmd/X/ /n/X
+
+bind -ac $home/lib/ape /$objtype/lib/ape
+bind -ac $home/bin/X11/ /$objtype/bin/X11