diff options
author | June McEnroe <june@causal.agency> | 2020-01-03 17:01:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-01-03 17:01:07 -0500 |
commit | 66663fb2e3cafaaa3927e6560db48c665e1fe8c0 (patch) | |
tree | 0e33a8181a61423f71ef770cf2a35967f2a7fef0 /bin | |
parent | Add Darling Don't Cry (diff) | |
download | src-66663fb2e3cafaaa3927e6560db48c665e1fe8c0.tar.gz src-66663fb2e3cafaaa3927e6560db48c665e1fe8c0.zip |
Remove shotty -c flag from up
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 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" } |