#!/bin/bash if [ $1 == "0000-cover-letter.patch" ]; then ~/scripts/coverlettercmd "CC" else ~/scripts/_cccmd $1 fi