• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Quick question.

BarJuice

Zyloria Owner
Joined
Mar 28, 2008
Messages
118
Reaction score
1
Location
South Carolina
PHP:
#!/bin/bash

#
# Make your no-cvs sources from otserv run in linux
# by Ulisses - Brasil
# Last update: Mar/2006
#

i=1
while [ $i -le 5000 ]
do
./otserv 2>> ./ots-error.txt
i=`expr $i + 1`
done
I found this linux restarter .sh script at ****** i was wondering if anyone could possibly explain to me how the script works before i go about changing things.

Hope someone can explain it to me.
Thanks in advance.
 
Last edited by a moderator:
Back
Top