Skip to content
Snippets Groups Projects
php-clean 81 B
Newer Older
#!/bin/sh

find . -name "*~" | xargs rm -f 
find . -name "DEADJOE" | xargs rm -f