summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgetpaste b/wgetpaste
index 819945d..93c3f94 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -324,7 +324,7 @@ showurl() {
x_paste() {
if [[ -x $(type -P xclip) ]]; then
- xclip -loops 10 <<< "$*" || die "xclip failed."
+ xclip -loops 10 &>/dev/null <<< "$*" || die "xclip failed."
else
noxclip paste "write to"
fi