diff options
Diffstat (limited to 'chall/ply-2.2/test/cleanup.sh')
| -rwxr-xr-x | chall/ply-2.2/test/cleanup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chall/ply-2.2/test/cleanup.sh b/chall/ply-2.2/test/cleanup.sh new file mode 100755 index 0000000..d7d99b6 --- /dev/null +++ b/chall/ply-2.2/test/cleanup.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +rm -f *~ *.pyc *.dif *.out + |
