Skip to content

Instantly share code, notes, and snippets.

@squarepegsys
Created April 7, 2015 14:55
Show Gist options
  • Save squarepegsys/43a8afccc4cdc63c8f62 to your computer and use it in GitHub Desktop.
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
alias gvmup="gvm use grails `grep app.grails.version application.properties|gawk -F = '{print $2}'`"
@hussainanjar
Copy link

It should be awk instead of gawk right ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment