stagit-gopher

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

commit b7568c323867513fa17a181ef8b077a8d0bc3057
parent 0fb63b97110cd843504aec2fb3a4a3af3dfb861c
Author: hhvn <dev@hhvn.uk>
Date:   Fri, 14 May 2021 19:53:22 +0100

create.sh: fucking dumb echo command

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

diff --git a/create.sh b/create.sh @@ -38,7 +38,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|~[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 + printf '%s\n' "$out" > $f done # symlinks