Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
emscripten-core
Edit Copy
Star
GitHub Repository:
emscripten-core/emscripten
Path:
blob/main/third_party/ply/example/cleanup.sh
7
0
8
6
views
1
#!/bin/sh
2
rm
-f
*
/
*
.pyc
*
/parsetab
.py
*
/parser
.out
*
/
*
~
*
/
*
.class
3
4