summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwgetpaste3
1 files changed, 2 insertions, 1 deletions
diff --git a/wgetpaste b/wgetpaste
index ebf9658..6471529 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -445,7 +445,8 @@ showexpirations() {
}
showurl() {
- echo "Your ${2}paste can be seen here: $1"
+ echo -n "Your ${2}paste can be seen here: " >&2
+ echo "$1"
[[ $XPASTE ]] && x_paste "$1" primary
[[ $XCLIPPASTE ]] && x_paste "$1" clipboard
}