Created
May 14, 2014 20:21
-
-
Save Drewzar/66ba4aa4a92b228cbe50 to your computer and use it in GitHub Desktop.
Revisions
-
Drewzar created this gist
May 14, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ if [ -d "$BOXEN_HOME/repo/.git" ]; then export BOXEN_SETUP_VERSION=`GIT_DIR=$BOXEN_HOME/repo/.git git rev-parse --short HEAD` else echo "Boxen could not load properly!" fi