#!/bin/sh git remote add all "gitea:MrGeorgen/$1.git" git remote set-url --add all "github:MrGeorgen/$1.git" git push -u all master