Skip to content

Commit

Permalink
Small patch to clean script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Henningan committed Feb 17, 2008
1 parent 359ea66 commit e7793af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean
Original file line number Diff line number Diff line change
@@ -1 +1 @@
find -name "*.pyc" | xargs rm
find . -name "*.pyc" | xargs rm

0 comments on commit e7793af

Please sign in to comment.