Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- # Settings
- # Didn't really need them but included so you can make your cron script wickedly powerful
- # if you wanted too.
- MCPATH = /root/
- SCRIPT = unleashed
- OPTIONS = start
- # The command that runs
- $MCPATH/$SCRIPT $OPTIONS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement