Skip to content

Commit

Permalink
script to remove build results from the current dir.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : 49d70eba3c7bc372f043ca9a49af96a00dceaf63
  • Loading branch information
lstoll committed May 30, 2008
1 parent 500cc82 commit 42813f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clean.sh
@@ -0,0 +1,5 @@
#!/bin/sh

# file to remove build results from the current dir.

find . -name *.o -print | xargs rm

0 comments on commit 42813f8

Please sign in to comment.