USER="git" DOMAIN="colean.cc" ssh $USER@$DOMAIN "git init --bare /srv/git/$1.git" ssh $USER@$DOMAIN "echo $2 > /srv/git/$1.git/description"