diff options
Diffstat (limited to 'ext/ply/example/cleanup.sh')
-rw-r--r-- | ext/ply/example/cleanup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ply/example/cleanup.sh b/ext/ply/example/cleanup.sh new file mode 100644 index 000000000..3e115f41c --- /dev/null +++ b/ext/ply/example/cleanup.sh @@ -0,0 +1,2 @@ +#!/bin/sh +rm -f */*.pyc */parsetab.py */parser.out */*~ */*.class |