#!/bin/sh set -e if [ $# -ne 1 ]; then echo "Usage: $0 " >&2 exit 1 fi patches=`cat "$1"` cat <