diff options
Diffstat (limited to '')
-rw-r--r-- | bin/up.sh | 2 |
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" } |