gitmail (198B)
1 #!/bin/sh 2 3 usage() 4 { 5 echo "usage: ${0##*/} address commit..." 1>&2 6 exit 1 7 } 8 9 test $# -ge 2 || usage 10 addr="${1}" 11 shift 1 12 git send-email \ 13 --subject-prefix="${PWD##*/}][PATCH" \ 14 --to=${addr} ${@}
scriptsRandom scripts | |
git clone git://git.margiolis.net/scripts.git | |
Log | Files | Refs | README | LICENSE |