- Improvement: remove vi left-overs.
parent
c97e36fb06
commit
8cb66b212e
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
find . -name "*~" -type f | xargs rm -f
|
||||
find . -name ".#*" -type f | xargs rm -f
|
||||
find . -name "*.rej" -type f | xargs rm -f
|
||||
find . -name "*.orig" -type f | xargs rm -f
|
||||
find . -name "DEADJOE" -type f | xargs rm -f
|
||||
|
|
Loading…
Reference in New Issue