Added LICENSE; Added GPL2 header to all source code files
[ArenaLive.git] / push.sh
blob843b6a0527c23341f25008bdabd96b5ecb862579
1 #!/bin/sh
2 params=""
4 if [ -z "$@" ] ;
5 then params='--all'
6 else params="$@"
7 fi
9 exec git push 'ssh://repo.or.cz/srv/git/ArenaLive.git' $params