#!/bin/sh -f

patch -p1 < $1

find . -name '*.orig' -exec rm {} \;

