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 | 7cc10529819e24be35fb8e5b191bb268991ea495 (patch) | |
tree | 527d4eebb6ad1040df918a21e28af117d339b0b6 | |
parent | Add Darling Don't Cry (diff) | |
download | src-7cc10529819e24be35fb8e5b191bb268991ea495.tar.gz src-7cc10529819e24be35fb8e5b191bb268991ea495.zip |
Remove shotty -c flag from up
-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" } |