stagit-gopher

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

commit 3436c23325e1a79e7cedf3013aab138fae1beb00
parent 6ad4e75ae0651395a962675fc2d5c4119704fc33
Author: hhvn <dev@haydenvh.com>
Date:   Sat,  6 Mar 2021 01:47:30 +0000

create.sh: update email footer

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.com - where MAIlH0ST is haydenvh\n") + 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") echo "$out" > $f done