From f197f33d4c82371423ad810d7a5700738b4fb01c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 23 Aug 2020 19:15:46 -0400 Subject: Use scheme for bin html --- bin/html.sh | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'bin/html.sh') diff --git a/bin/html.sh b/bin/html.sh index e5a15fdc..4a6b52f8 100644 --- a/bin/html.sh +++ b/bin/html.sh @@ -6,9 +6,36 @@ readonly GitURL='https://git.causal.agency/src/tree/bin' src=$1 man=${2:-} -./hi -f html -o document,tab=4 -n "$src" /dev/null | sed '/
${src} in git
+cat <
+${src}
+
+${src} in git
 EOF
+
 [ -f "$man" ] && man -P cat "${PWD}/${man}" | ./ttpre
 ./hi -f html -o anchor "$src"
-- 
cgit 1.4.1