From: Silvio Rhatto Date: Mon, 19 Oct 2015 12:52:58 +0000 (-0200) Subject: Inception: version X-Git-Tag: 1.0.0~193 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=308ef8a9dc76713d904eb9752116a6e2c58cc05a;p=rhatto%2Fapps.git Inception: version --- diff --git a/inception b/inception index d5bd3d2..cb89b2d 100755 --- a/inception +++ b/inception @@ -77,4 +77,6 @@ elif [ "$1" == "deploy" ]; then ##### END REMOTE SCRIPT ####### EOF fi +elif [ "$1" == "version" ]; then + ( cd $DIRNAME && git log -n 1 ) fi