summary refs log tree commit diff
path: root/bin/up.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-18 21:09:17 -0500
committerJune McEnroe <june@causal.agency>2019-02-18 21:09:17 -0500
commitbb88074041f38ee90c2e164e7fc8c98a709ccf31 (patch)
tree6091ba4f8757f9e37b1c8a309929e7f0ce071e95 /bin/up.sh
parentDon't match nested parentheses in Tag for C (diff)
downloadsrc-bb88074041f38ee90c2e164e7fc8c98a709ccf31.tar.gz
src-bb88074041f38ee90c2e164e7fc8c98a709ccf31.zip
Use hi -o anchor in up
Diffstat (limited to 'bin/up.sh')
-rw-r--r--bin/up.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/up.sh b/bin/up.sh
index 3850875b..36febe7f 100644
--- a/bin/up.sh
+++ b/bin/up.sh
@@ -27,7 +27,7 @@ uploadText() {
 
 uploadHi() {
 	temp
-	hi -f html -o document,tab=4 "$@" > "${temp}/hi.html"
+	hi -f html -o document,anchor,tab=4 "$@" > "${temp}/hi.html"
 	upload "${temp}/hi.html"
 }