From c672fa29b8121dd34260c37ad173c82192509e93 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 7 Feb 2021 15:12:07 +0100 Subject: add bootstrap.sh Closes #7. --- bootstrap.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..58178c3 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# bootstrap script +( +alias redo-ifchange=: +set -- redo redo redo +set -ex +. redo.do +) + +PATH=$PWD:$PATH redo -f all -- cgit 1.4.1