3 lines
66 B
Bash
3 lines
66 B
Bash
|
#!/bin/sh
|
||
|
rm -f */*.pyc */parsetab.py */parser.out */*~ */*.class
|