Created
April 7, 2015 14:55
-
-
Save squarepegsys/43a8afccc4cdc63c8f62 to your computer and use it in GitHub Desktop.
A handy little alias for Grails developers that support apps that could be one of many Grails versions
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 characters
alias gvmup="gvm use grails `grep app.grails.version application.properties|gawk -F = '{print $2}'`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be
awk
instead ofgawk
right ?