summaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index dfb5751..8de1bb9 100755
--- a/make.sh
+++ b/make.sh
@@ -1,4 +1,5 @@
#!/usr/bin/bash
echo "#!/usr/bin/bash -e" >systrunk
-cat rsync.sh repo-access.sh repo-mutate.sh checkout.sh commit.sh status.sh main.sh >>systrunk
+cat rsync.sh repo-access.sh repo-mutate.sh >>systrunk
+cat checkout.sh commit.sh main.sh >>systrunk
chmod +x systrunk