diff options
Diffstat (limited to '')
-rwxr-xr-x | third_party/python/ply/example/cleanup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/python/ply/example/cleanup.sh b/third_party/python/ply/example/cleanup.sh new file mode 100755 index 0000000000..3e115f41c4 --- /dev/null +++ b/third_party/python/ply/example/cleanup.sh @@ -0,0 +1,2 @@ +#!/bin/sh +rm -f */*.pyc */parsetab.py */parser.out */*~ */*.class |