home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The-Coder - The Official Indigo Games
/
indigo_games.iso
/
removeit
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-10
|
171 b
|
13 lines
#!/bin/sh
rootdir=/usr/src/IndigoGames
dir=$rootdir/$1
if [ -d "$dir" ]; then
inform "Removing $1 source." &
rm -rf $dir
else
inform "$1 source is not loaded." &
fi