- #!/bin/sh -e
- #
- # rc.local
- #
- # This script is executed at the end of each multiuser runlevel.
- # Make sure that the script will "exit 0" on success or any other
- # value on error.
- #
- # In order to enable or disable this script just change the execution
- # bits.
- #
- # By default this script does nothing.
- # GameCreate
- su -ss -c "/home/ss/gamecreate/gamecreate.x86"
- #Minecraft
- su -ss -c "/home/ss/minecraft/minecraft_1/server_nogui.sh"
- #Minecraft (hey0)
- su -ss -c "/home/ss/minecraft/minecraft_2/bin/server_nogui.sh"
- exit 0
SHARE
TWEET
Untitled
a guest
Dec 29th, 2010
35
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
