#
# Restart Lpmud a lot of times, in case of a crash.
#
limit datasize 20M
limit coredumpsize 4M
umask 2
cd MUD_LIB
foreach i (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50)
    echo -n "Restart $i. " >> lpmud.log$i
    date >> lpmud.log$i
    nice +1 BINDIR/parse >>& lpmud.log$i
    echo "Exit status: " $status >> lpmud.log$i
end