home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
aufstols.zoo
/
aufstools.1
/
shell
/
cleanup
next >
Wrap
Text File
|
1991-02-26
|
120b
|
8 lines
# clean up an Aufs folder
foreach i ({.resource,.finderinfo}/*)
if(! -e "$i:t") then
ls -l "$i"
rm "$i"
endif
end