1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # shellcheck disable=SC2086 set -e if [ -z "$1" ]; then echo missing name exit 1 fi set -x ssh git@asylum touch $1.git/git-daemon-export-ok