diff options
Diffstat (limited to 'development/grails/grails.sh.new')
-rw-r--r-- | development/grails/grails.sh.new | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/grails/grails.sh.new b/development/grails/grails.sh.new new file mode 100644 index 0000000000..81dc12933c --- /dev/null +++ b/development/grails/grails.sh.new @@ -0,0 +1,4 @@ +#!/bin/sh + +export GRAILS_HOME=GRAILS_INSTALL_PATH +export PATH="${PATH}:${GRAILS_HOME}/bin" |