Mercurial > hg > anonet-resdb
view gitd @ 1216:8db7804a2c15 draft
rewriting history: removing all 1/8 ns/ip entries
author | opal hart <opal@wowana.me> |
---|---|
date | Sun, 02 Sep 2018 17:10:19 +0000 |
parents | 93106436f24f |
children |
line wrap: on
line source
#!/bin/sh repodir="$(dirname $0)" touch "$repodir"/.git/git-daemon-export-ok exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" --reuseaddr "$@"