3 lines
60 B
Text
3 lines
60 B
Text
|
#!/bin/sh
|
||
|
find . \( -name '*.class' \) -print | xargs -t rm
|