diff options
author | Malf Furious <m@lfurio.us> | 2017-08-27 23:57:46 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-08-27 23:57:46 -0400 |
commit | dabb5901c5d635003c6f3fefc4afedfeee45dc05 (patch) | |
tree | de0db9a865800d7b9c5e49c9b8ae01135bd4ce38 /make.sh | |
parent | 51ab1973315de06d71064b9fe6e2cc97ee4d3768 (diff) | |
download | systrunk-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-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |