regression: test 060: test files code
[guilt.git] / guilt-add
blobebf41e4468bb4464d7fafd7fbde56dc5b6b459ac
1 #!/bin/sh
3 # Copyright (c) Josef "Jeff" Sipek, 2006, 2007
6 USAGE="<file>..."
7 . `dirname $0`/guilt
9 if [ $# -lt 1 ]; then
10 usage
13 exec git-add -- "$@"