git-remote-setup (116B)
1 #!/usr/bin/env bash 2 3 # Initialize a git repo and add my remotes 4 git init 5 git remote add sbr "git.sbr.system:git/$1"