regression: make use of the os-dependant files
[guilt.git] / guilt-add
blob015918063c7a8ce3f28b56dab1242012ae6d4c86
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 -- "$@"