summaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-08-27 23:57:46 -0400
committerMalf Furious <m@lfurio.us>2017-08-27 23:57:46 -0400
commitdabb5901c5d635003c6f3fefc4afedfeee45dc05 (patch)
treede0db9a865800d7b9c5e49c9b8ae01135bd4ce38 /make.sh
parent51ab1973315de06d71064b9fe6e2cc97ee4d3768 (diff)
downloadsystrunk-dabb5901c5d635003c6f3fefc4afedfeee45dc05.tar.gz
systrunk-dabb5901c5d635003c6f3fefc4afedfeee45dc05.zip
Rewrite commit module
Updated the commit command and brought it into the make script
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 590d63c..dfb5751 100755
--- a/make.sh
+++ b/make.sh
@@ -1,4 +1,4 @@
#!/usr/bin/bash
echo "#!/usr/bin/bash -e" >systrunk
-cat rsync.sh repo-access.sh repo-mutate.sh checkout.sh status.sh main.sh >>systrunk
+cat rsync.sh repo-access.sh repo-mutate.sh checkout.sh commit.sh status.sh main.sh >>systrunk
chmod +x systrunk