Skip to content

Instantly share code, notes, and snippets.

@teamvista
Created October 27, 2013 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teamvista/7177289 to your computer and use it in GitHub Desktop.
Save teamvista/7177289 to your computer and use it in GitHub Desktop.
Launches FTB within a shell in Automator.
export JAVA_HOME=$(/usr/libexec/java_home -v 1.6)
export PATH=$JAVA_HOME/bin:$PATH
cd "Library/Application Support/ftblauncher"
java -jar FTB_Launcher.jar &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment