🗝
summary refs log tree commit diff
path: root/cgit/hide.sh
blob: e0b0fba7657ddb69972158b45056371a6fb174f2 (plain) (blame)
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 rm $1.git/git-daemon-export-ok