Created
August 6, 2015 11:34
-
-
Save egel/0ef5e765108610d27ccf to your computer and use it in GitHub Desktop.
This file contains 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 characters
#!/bin/bash | |
COMMAND=$(profitelo --version) | |
if [ "$COMMAND" == "v1.0.4" ] | |
then | |
sed -i "s/GIT_PROJECT_FOLDER_PATH/GIT_PROJECT_FOLDER_DIR/" ~/.profiteloconfig | |
echo "Update .profiteloconfig successfully :)" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
copy and paste in terminal: