What's cooking (2011/05 #01)
[alt-git.git] / pushall
blob4522c65cedcdeded96c266e427553e559cb2d36a
1 #!/bin/sh
3 git push repo "$@" &&
4 git push sfjp "$@" &&
5 git push sf.net "$@" &&
7 case "$#" in
8 0)
9 git push github "$@" ;;
11 echo "No push to github" ;;
12 esac