Skip to content

Instantly share code, notes, and snippets.

@skinofstars
Last active August 29, 2015 14:07
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 skinofstars/9d932e2f8cb1b07423c4 to your computer and use it in GitHub Desktop.
Save skinofstars/9d932e2f8cb1b07423c4 to your computer and use it in GitHub Desktop.
getmc.sh
#!/bin/sh
# working folder. world store, etc
cd /home/skinofstars/mc
rsync --rsh='ssh -p25561' -avz kevin@mc.skinofstars.com:mcsrv/* world_folder
cd world_folder
# so anyone can read the log
cp server.log /home/skinofstars/public_html/minecraft/server.log
overviewer.py --config=/home/skinofstars/mc/overviewer_config.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment