#!/bin/sh # shellcheck disable=SC2086 set -e if [ -z "$1" ]; then echo missing name exit 1 fi set -x ssh git@asylum rm $1.git/git-daemon-export-ok