root/trunk/skylive-ng/clean.sh

Revision 1112, 83 bytes (checked in by nextime, 3 years ago)

--

  • Property svn:executable set to *
Line 
1 #!/bin/bash
2 find . -name '*~' -exec rm {} \;
3 find . -name  '*.pyc' -exec rm {} \;
Note: See TracBrowser for help on using the browser.