Mercurial > hg > anonet-resdb
view gitd @ 1217:e2d7935e461d draft
rewriting history: removing all 2/8 ns/ip entries
author | opal hart <opal@wowana.me> |
---|---|
date | Sun, 02 Sep 2018 18:05:34 +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 "$@"