summary refs log tree commit diff
path: root/bin/html.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-15 23:52:37 -0500
committerJune McEnroe <june@causal.agency>2020-12-15 23:52:37 -0500
commitc401b3d4af2462e96aa327f1282e2882aa94609a (patch)
tree8c803064ffbb65a37882466a61cedb57de3457aa /bin/html.sh
parentAdd modem -r flag to set baud rate (diff)
downloadsrc-c401b3d4af2462e96aa327f1282e2882aa94609a.tar.gz
src-c401b3d4af2462e96aa327f1282e2882aa94609a.zip
Add bibsort
My first perl script! hi doesn't have syntax highlighting for perl, and
I don't think I could sanely implement it, but oh well.
Diffstat (limited to 'bin/html.sh')
-rw-r--r--bin/html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/html.sh b/bin/html.sh
index 4a6b52f8..e96a7210 100644
--- a/bin/html.sh
+++ b/bin/html.sh
@@ -38,4 +38,4 @@ pre.hi {
 EOF
 
 [ -f "$man" ] && man -P cat "${PWD}/${man}" | ./ttpre
-./hi -f html -o anchor "$src"
+./hi -t -f html -o anchor "$src"