git/pushall

7 lines
100 B
Bash
Executable File

#!/bin/sh
git push repo "$@" &&
git push github "$@" &&
git push sfjp "$@" &&
git push sf.net "$@"