diff options
-rwxr-xr-x | inception | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,4 +77,6 @@ elif [ "$1" == "deploy" ]; then ##### END REMOTE SCRIPT ####### EOF fi +elif [ "$1" == "version" ]; then + ( cd $DIRNAME && git log -n 1 ) fi |
index : rhatto/apps | ||
LSD - Lightweight Software Distribution | Fluxo |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | inception | 2 |
@@ -77,4 +77,6 @@ elif [ "$1" == "deploy" ]; then ##### END REMOTE SCRIPT ####### EOF fi +elif [ "$1" == "version" ]; then + ( cd $DIRNAME && git log -n 1 ) fi |