home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / aufstols.zoo / aufstools.1 / shell / cleanup next >
Text File  |  1991-02-26  |  120b  |  8 lines

  1. # clean up an Aufs folder
  2. foreach i ({.resource,.finderinfo}/*)
  3.     if(! -e "$i:t") then
  4.         ls -l "$i"
  5.         rm "$i"
  6.     endif
  7. end
  8.