From dabb5901c5d635003c6f3fefc4afedfeee45dc05 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 27 Aug 2017 23:57:46 -0400 Subject: Rewrite commit module Updated the commit command and brought it into the make script --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.sh') 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 -- cgit v1.2.3