Skip to content

Instantly share code, notes, and snippets.

@portablejim
Created November 10, 2012 12:24
Show Gist options
  • Save portablejim/4050925 to your computer and use it in GitHub Desktop.
Save portablejim/4050925 to your computer and use it in GitHub Desktop.
Save start.sh (see "raw") in the same directory as the launcher (Desktop/FTB/FTBBetaAServer/). In Terminal execute the instructions below (instructions.txt)
cd ~/Desktop/FTB/FTBBetaAServer/
chmod +x start.sh
./start.sh
#!/bin/bash
cd $(dirname $0)
java -Xms1024m -Xmx2048m -jar FTB-Beta-A.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment