diff options
author | June McEnroe <june@causal.agency> | 2021-10-18 11:50:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-18 11:50:58 -0400 |
commit | 5d205c7779732afa5a0c5073afc6d8571c125585 (patch) | |
tree | 52bdf7216d9ea516b986e809eca41b367d870a7e /bin | |
parent | Rewrite shotty with lex (diff) | |
download | src-5d205c7779732afa5a0c5073afc6d8571c125585.tar.gz src-5d205c7779732afa5a0c5073afc6d8571c125585.zip |
Add meta charset to up -t output
Diffstat (limited to 'bin')
-rw-r--r-- | bin/up.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/up.sh b/bin/up.sh index 92e0f110..ebe8a69e 100644 --- a/bin/up.sh +++ b/bin/up.sh @@ -53,6 +53,7 @@ uploadTerminal() { temp cat >"${temp}/term.html" <<-EOF <!DOCTYPE html> + <meta charset="utf-8"> <title>${1}</title> <style> $(scheme -s) |