OpenGrok
Cross Reference: cleanup.sh
xref
: /
external
/
ply
/
ply
/
test
/
cleanup.sh
Home
|
History
|
Annotate
|
Download
|
only in
test
1
#!/
bin
/
sh
2
3
rm
-
rf
*~ *.
pyc
*.
pyo
*.
dif
*.
out
__pycache__
4
5