summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-14 02:16:27 -0500
committerJune McEnroe <june@causal.agency>2019-02-14 02:16:27 -0500
commit656e95683afe196e53ce1bd96ac75fe8a6dea5b8 (patch)
treea3ae0f36990058a7aba9b374a2402b382ec92d5c /bin
parentAdd forgotten "sixth" book of H2G2 (diff)
downloadsrc-656e95683afe196e53ce1bd96ac75fe8a6dea5b8.tar.gz
src-656e95683afe196e53ce1bd96ac75fe8a6dea5b8.zip
Avoid newline when copying URL to pasteboard
Diffstat (limited to 'bin')
-rw-r--r--bin/up.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/up.sh b/bin/up.sh
index 1ca34a1c..5f9f409c 100644
--- a/bin/up.sh
+++ b/bin/up.sh
@@ -54,5 +54,5 @@ done
 : ${fn:=upload}
 
 url=$($fn "$@")
-echo "$url" | pbcopy || true
+printf '%s' "$url" | pbcopy || true
 echo "$url"
e.c?id=c300cfbb73a9423df6223f3cc28d56d0f751158c&follow=1'>Duplicate effective URL before passing it back to curlJune McEnroe 2020-02-09Add To Be Taught, If FortunateJune McEnroe 2020-02-04Add The Future of Another TimelineJune McEnroe 2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe 2020-01-28Change scout sensitivity to 1.4June McEnroe 2020-01-28Import shows.txtJune McEnroe