Updated World and files for 3.55 release. --Rumble

This commit is contained in:
Rumble
2008-01-16 23:19:50 +00:00
parent 453cbdaf0b
commit af18bd91b6
98 changed files with 7739 additions and 4409 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/sh
echo "Purging $1"
cd $1
date >> deleted
../../../bin/delobjs ../../etc/players *.objs >> ../deleted
cd ..

View File

@@ -1,10 +0,0 @@
#!/bin/sh
echo "Purging old rent files, please wait..."
purgedir A-E
purgedir F-J
purgedir K-O
purgedir P-T
purgedir U-Z
rm -f ZZZ/*
echo "Done."

View File

@@ -1,7 +0,0 @@
#!/bin/sh
../../bin/listrent A-E/* | fgrep -i $1
../../bin/listrent F-J/* | fgrep -i $1
../../bin/listrent K-O/* | fgrep -i $1
../../bin/listrent P-T/* | fgrep -i $1
../../bin/listrent U-Z/* | fgrep -i $1