Script question

08/28/2010 04:22 sakura2010#1
Hello a stupid upload this script to the server in the dir /usr/game/auth . The script have this code :

PHP Code:
#!/bin/sh
while true; do killall auth; ./authdonesleep 300done
When I see this code I think that its easy to undertand but maybe I am wrong :rolleyes: