Skip to content

Instantly share code, notes, and snippets.

@timabell
Created May 21, 2010 17:38
Show Gist options
  • Save timabell/409147 to your computer and use it in GitHub Desktop.
Save timabell/409147 to your computer and use it in GitHub Desktop.
environment setup for grails on ubuntu 9.10
#!/bin/bash
#environment setup for grails on ubuntu 9.10
#use the source "$ source env.sh"
export GRAILS_HOME=/home/tim/programs/grails-1.3.1
export PATH=$PATH:$GRAILS_HOME/bin
export JAVA_HOME=/usr/lib/jvm/default-java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment