From 15fee7485649298758eaf8e1b475e1233e57a8af Mon Sep 17 00:00:00 2001 From: glenda Date: Fri, 8 Jan 2021 23:57:04 +0000 Subject: [PATCH] added fossil script because why not --- install/fossil | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 install/fossil diff --git a/install/fossil b/install/fossil new file mode 100755 index 0000000..9ded6c6 --- /dev/null +++ b/install/fossil @@ -0,0 +1,9 @@ +#!/bin/rc -e +cd +mkdir -p code +cd code + +git/clone https://github.com/Plan9-Archive/fossilnewventi + +cd fossilnewventi +./INSTALL -- 2.30.1