diff options
author | June McEnroe <june@causal.agency> | 2020-12-15 23:52:37 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-15 23:52:37 -0500 |
commit | 94f14c5bb6d85ae56b8442dd9fae6b724547c9b9 (patch) | |
tree | a2210b871c036bd9b44367d0c2f33ef8a305829e /bin/html.sh | |
parent | Add modem -r flag to set baud rate (diff) | |
download | src-94f14c5bb6d85ae56b8442dd9fae6b724547c9b9.tar.gz src-94f14c5bb6d85ae56b8442dd9fae6b724547c9b9.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 '')
-rw-r--r-- | bin/html.sh | 2 |
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" |