Skip to content

Instantly share code, notes, and snippets.

@zc00gii
Created October 30, 2010 21:18
Show Gist options
  • Select an option

  • Save zc00gii/655756 to your computer and use it in GitHub Desktop.

Select an option

Save zc00gii/655756 to your computer and use it in GitHub Desktop.
function minecraft {
TEMP_JH=$JAVA_HOME
TEMP_P=$PATH
export JAVA_HOME=/home/zc00gii/java/7jdk
export PATH=$PATH:$JAVA_HOME/bin
java -jar ~/games/minecraft/Minecraft.jar
export PATH=$TEMP_P
export JAVA_HOME=$TEMP_JH
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment