summaryrefslogtreecommitdiffstats
path: root/fb
diff options
context:
space:
mode:
Diffstat (limited to 'fb')
-rwxr-xr-xfb2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb b/fb
index 07b3bc0..cfd661c 100755
--- a/fb
+++ b/fb
@@ -28,7 +28,7 @@ do_upload() {
sed '$d' $TMPFILE >&2
URL=$(tail -1 $TMPFILE)
echo $URL
- echo -n "$URL" | nohup &> /dev/null xclip
+ echo -n "$URL" | nohup &> /dev/null xclip || true
}
read_stdin() {