From 01d70ec025ac617b1f74a7c8ccb2ed8bc120ca59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 31 Jan 2021 14:08:47 +0000 Subject: Add init Init initializes the files that are supposed to be part of this repository. They're actually located elsewhere in the system, but are added to the repository via bind(1). --- init | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 init diff --git a/init b/init new file mode 100755 index 0000000..1958e06 --- /dev/null +++ b/init @@ -0,0 +1,4 @@ +#!/bin/rc +bind -c . . +bind -a $home/sources/patch patch +bind -a $home/bin/rc . -- cgit v1.2.3