Search:
Home
Login
Settings
Help/Guide
About Trac
Wiki
Screenshots
Timeline
Roadmap
Polls
Browse Source
View Tickets
Search
Forum
Tags
Code Tags
Last Change
Revision Log
root
/
trunk
/
skylive-ng
/
clean.sh
View revision:
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.
Download in other formats:
Plain Text
Original Format