From 4b7d5161a30645b0a23691687ef1aafdda62d3bb Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 25 Jul 2019 23:16:51 -0400 Subject: Use scheme to style HTMLs --- bin/html.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/html.sh') diff --git a/bin/html.sh b/bin/html.sh index cb7f1a66..8f4e3887 100644 --- a/bin/html.sh +++ b/bin/html.sh @@ -6,8 +6,11 @@ readonly GiteaURL='https://code.causal.agency/june/src/src/branch/master/bin' src=$1 man=${2:-} -./hi -f html -o document,tab=4 -n "${src}" /dev/null | sed '/
+	$(./scheme -s | sed -f style.sed)
+	
 	${src} in git
 EOF
 [ -f "${man}" ] && man -P cat "${PWD}/${man}" | ./ttpre
-- 
cgit 1.4.1