stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit 79c3e94030637f9b123e7d4dbb1c358a1b1ccb48
parent 3436c23325e1a79e7cedf3013aab138fae1beb00
Author: hhvn <dev@haydenvh.com>
Date:   Wed, 17 Mar 2021 16:55:51 +0000

create.sh: make use of my new proposed gopher types

Diffstat:
Mcreate.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create.sh b/create.sh @@ -37,7 +37,7 @@ for dir in "${reposdir}/"*/; do for f in ${destdir}/${d}/log.gph ${destdir}/${d}/refs.gph ${destdir}/${d}/files.gph do - out=$(sed "s~^\[1|Log|~tgit clone git://haydenvh.com/$(basename $(dirname $f))\n[1|Log|~" < $f; printf "\n\nSend patches to: dev@MAIlH0ST - where MAIlH0ST is hhvn.uk\n") + out=$(sed "s~^\[1|Log|~[j|git clone git://hhvn.uk/$(basename $(dirname $f))|$(basename $(dirname $f))|hhvn.uk|9418]\n[1|Log|~" < $f; printf "\n\n[e|Send patches to: dev@MAIlH0ST - where MAIlH0ST is hhvn.uk|dev|hhvn.uk|]\n") echo "$out" > $f done