From 308ef8a9dc76713d904eb9752116a6e2c58cc05a Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Mon, 19 Oct 2015 10:52:58 -0200
Subject: Inception: version

---
 inception | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'inception')

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
-- 
cgit v1.2.3