home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri Kaikille K-CD 2002 #1
/
K-CD_2002-01.iso
/
DALiworld
/
data1.cab
/
Miscellaneous
/
reset_world
< prev
next >
Wrap
Text File
|
2001-08-06
|
426b
|
22 lines
#!/bin/sh
#
# Reset World Script - this script will remove any generated and saved
# Aquariums. It can be used if you are not happy with the current world, or
# if you are getting errors from an existing one.
#
# Author: Todd Papaioannou
# Date : Jan 2001
#
# Is there a saved Aquarium?
if [ -f World.aq ]
then
rm -f World.aq
fi
# Is there a saved World?
if [ -f World.dat ]
then
rm -f World.dat
fi