From 794d993079cf9a08220839a0bc67ff9a02f51ddb Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 18 Feb 2019 21:09:17 -0500 Subject: Use hi -o anchor in up --- bin/up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/up.sh') 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" } -- cgit 1.4.1