Makefile: Forgot to add guilt-patchbomb to the list of scripts
[guilt.git] / guilt-rm
blobb486dfc28748a5e17a7f8f50468fca58ef2b1da9
1 #!/bin/bash
3 # Copyright (c) Josef "Jeff" Sipek, 2006, 2007
6 source "`dirname $0`/guilt"
8 USAGE="$USAGE <file>..."
10 if [ $# -lt 1 ]; then
11 echo "$USAGE" >&2
12 exit 1
15 git-rm -- "$@"