diff options
Diffstat (limited to 'bin')
-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 a439c8f7..1b44f9b8 100644 --- a/bin/up.sh +++ b/bin/up.sh @@ -54,7 +54,7 @@ uploadTerminal() { $(scheme -s) </style> EOF - ptee "$@" | shotty -Bcs >> "${temp}/term.html" + ptee "$@" | shotty -Bs >> "${temp}/term.html" upload "${temp}/term.html" } |