Installer: Early check whether the installation directory is writable
[msysgit.git] / bin / upload-to-googlecode.sh
blob009560cb8ee826cf32d34776b1ed120481e25169
1 #!/bin/sh
3 test $# = 2 || {
4 echo "Usage: $0 <summary> <file>" >&2
5 exit 1
8 python "$(dirname "$0")"/googlecode_upload.py -s "$1" -p msysgit \
9 -u "$(cat "$(dirname "$0")"/.googlecode-user)" \
10 -w "$(cat "$(dirname "$0")"/.googlecode-pwd)" "$2"