Changeset 77 for pykoticon/trunk/clean.sh
- Timestamp:
- 01/20/05 18:46:53 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/clean.sh
r73 r77 22 22 # Use this to clean the tree from temporary files 23 23 24 rm -fr MANIFEST build dist 24 25 find . -name "*.bak" -exec rm -f {} \; 25 26 find . -name "*~" -exec rm -f {} \;