Created
October 30, 2010 21:18
-
-
Save zc00gii/655756 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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