🗝
summary refs log tree commit diff
path: root/cgit/unhide.sh
blob: 06fda05cfbd0e3272c9bf1645cc81ca4985d130e (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 touch $1.git/git-daemon-export-ok