diff options
Diffstat (limited to 'ext/ply/test/cleanup.sh')
-rw-r--r-- | ext/ply/test/cleanup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ply/test/cleanup.sh b/ext/ply/test/cleanup.sh new file mode 100644 index 000000000..d7d99b65f --- /dev/null +++ b/ext/ply/test/cleanup.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +rm -f *~ *.pyc *.dif *.out + |