Changeset 78 for pykoticon

Show
Ignore:
Timestamp:
01/20/05 18:51:02 (19 years ago)
Author:
jerome
Message:

Now cleans .tmp files as well

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/clean.sh

    r77 r78  
    2828find . -name "*.pyo" -exec rm -f {} \; 
    2929find . -name "*.jem" -exec rm -f {} \; 
     30find . -name "*.tmp" -exec rm -f {} \;