#!/bin/sh find . -name "*~" | xargs rm -f find . -name "DEADJOE" | xargs rm -f