~unifield-team/unifield-web/us-1026

1
2
3
#!/bin/sh
find -type f -name '*.pyc' -exec rm -f {} ';'
find -type f -name '*~' -exec rm -f {} ';'