#!/bin/sh find . -name '*.orig' -o -name '*.rej' -o -name '*~' -o -size 0 | xargs rm -vf