Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created October 23, 2013 05:42
Show Gist options
  • Save supermomonga/7113116 to your computer and use it in GitHub Desktop.
Save supermomonga/7113116 to your computer and use it in GitHub Desktop.
craftbukkit run shell script
#!/bin/bash
cd "$( dirname "$0" )"
java -Xmx1024M -jar craftbukkit.jar -o true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment