about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2021-02-07 15:12:07 +0100
committerLeah Neukirchen <leah@vuxu.org>2021-02-07 15:12:07 +0100
commitc672fa29b8121dd34260c37ad173c82192509e93 (patch)
tree9a0b2d725dbd13e15c38aad9bba74638d3a7052b
parent8c328a87a2cf061499bb2e28b4322bf5d35ab362 (diff)
downloadredo-c-c672fa29b8121dd34260c37ad173c82192509e93.tar.gz
redo-c-c672fa29b8121dd34260c37ad173c82192509e93.tar.xz
redo-c-c672fa29b8121dd34260c37ad173c82192509e93.zip
add bootstrap.sh
Closes #7.
-rwxr-xr-xbootstrap.sh10
1 files changed, 10 insertions, 0 deletions
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