Added simple binary

This commit is contained in:
Joshua Bussdieker
2011-11-17 22:38:48 -08:00
parent 0f89311b7a
commit 974fcfa378
+9
View File
@@ -0,0 +1,9 @@
if [[ $1 == "version" ]]; then
echo "Go Version Manager v$GVM_VERSION"
else
echo "== Usage
gvm Action
== Action
version - print the gvm version number"
fi