summaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmake.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 0000000..d38c817
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/bash
+echo "#!/usr/bin/bash -e" >systrunk
+cat rsync.sh repo-access.sh repo-mutate.sh checkout.sh >>systrunk
+chmod +x systrunk