#!/bin/sh

exec find . \( -name \*~ -o -name DEADJOE \) -exec rm -rvf {} \;
