1 2 3 4 5 6 7 8 9
#!/bin/sh -eu while read -r entry ; do cat << EOF [devel/salsa/${entry}] checkout = git clone https://salsa.debian.org/${entry}.git fixups = git config --replace-all remote.origin.pushURL git@salsa.debian.org:${entry} EOF done