root/asynwsgi/trunk/findpy.sh
| Revision 467, 106 bytes (checked in by robin, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | find ./ -regex '\(.*\.svn.*\)\|\(.*/sandbox.*\)\|\(.*/build\)' -type d -prune -false -o -name "*.py" "$@" |
Note: See TracBrowser for help on using the browser.