Skip to content

Instantly share code, notes, and snippets.

@s-zeid
Created October 19, 2013 02:05
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 s-zeid/7050878 to your computer and use it in GitHub Desktop.
Save s-zeid/7050878 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd "$(dirname "$0")"
MINECRAFT_JAR=minecraft.jar
if [ ! -f "$MINECRAFT_JAR" ]; then
MINECRAFT_JAR=bin/minecraft.jar
fi
exec java -jar "$MINECRAFT_JAR" --workDir "$(pwd)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment