summaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-08-27 20:51:29 -0400
committerMalf Furious <m@lfurio.us>2017-08-27 20:51:29 -0400
commit6eb5c49964d0c5d4bbaa4391112db1ee0e5a15c2 (patch)
tree4d0f024018b2ce0d752154aea52cfa02024e1c3e /make.sh
parent547984a91aec8b9aa12acc60146e0f23810034b0 (diff)
downloadsystrunk-6eb5c49964d0c5d4bbaa4391112db1ee0e5a15c2.tar.gz
systrunk-6eb5c49964d0c5d4bbaa4391112db1ee0e5a15c2.zip
Update status command
Brought forward the status command... now using resolve_reference function instead of the old 'get_commit'. Added this file to 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 fb771a8..590d63c 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 main.sh >>systrunk
+cat rsync.sh repo-access.sh repo-mutate.sh checkout.sh status.sh main.sh >>systrunk
chmod +x systrunk