summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/upfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/upfile b/.local/bin/upfile
index 4196dc5..c373eb0 100755
--- a/.local/bin/upfile
+++ b/.local/bin/upfile
@@ -9,4 +9,4 @@ fi
[ -z "$file" ] && exit
curl -F"file=@$file" 0x0.st | xclip -sel c
-notify-send "The url has been copied to your clipboard."
+notify-send "The url has been copied to your clipboard. $(xclip -sel c -o)"