Skip to content

Instantly share code, notes, and snippets.

@14mRh4X0r
Created November 4, 2011 09:17
Show Gist options
  • Save 14mRh4X0r/1338978 to your computer and use it in GitHub Desktop.
Save 14mRh4X0r/1338978 to your computer and use it in GitHub Desktop.
Linux script for ServerControl
#!/bin/bash
while [ -e restart.txt ]; do
rm restart.txt
java -Xms1024M -Xmx1024M -jar CanaryMod.jar nogui
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment