diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2010-05-13 00:57:54 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:57:54 +0200 |
commit | 15dbc485b096d4d796e9b10103be6befe4c8e1fc (patch) | |
tree | 26883030262706269d255c95b4ae06d27b9dcf25 /development/grails/grails.sh.new | |
parent | 39229a5cfab0d4bd5e1d6382d4bd400c3b30ea44 (diff) | |
download | slackbuilds-15dbc485b096d4d796e9b10103be6befe4c8e1fc.tar.gz |
development/grails: Added to 13.0 repository
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" |