Advertisement
kreezxil

Linux Minecraft Cron Script

Nov 28th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. # Settings
  4. # Didn't really need them but included so you can make your cron script wickedly powerful
  5. # if you wanted too.
  6.  
  7. MCPATH = /root/
  8. SCRIPT = unleashed
  9. OPTIONS = start
  10.  
  11. # The command that runs
  12. $MCPATH/$SCRIPT $OPTIONS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement