-
Notifications
You must be signed in to change notification settings - Fork 0
command order error #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -21,8 +21,12 @@ set -o nounset # Treat unset variables as an error | |||
|
|||
main() | |||
{ | |||
echo 'install successful now' | |||
if [[ -f ~/.gg ]]; then | |||
echo "file ~/.gg already exist, if you want to continue, move it please" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very good
@@ -21,8 +21,12 @@ set -o nounset # Treat unset variables as an error | |||
|
|||
main() | |||
{ | |||
echo 'install successful now' | |||
if [[ -f ~/.gg ]]; then | |||
echo "file ~/.gg already exist, if you want to continue, move it please" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should color?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice
curl https://raw.githubusercontent.com/liuhuiping2013/onewaygg/master/.gg -o ~/.gg_saved | ||
echo 'install successful now' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
color
let me see if follow-up commit affect this pull request?