Changeset 2404
- Timestamp:
- 08/26/05 11:49:06 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/clean.sh
r2303 r2404 24 24 # Use this to clean the tree from temporary files 25 25 26 rm -f MANIFEST 26 27 find . -name "*.bak" -exec rm -f {} \; 27 28 find . -name "*~" -exec rm -f {} \;