diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-30 23:13:01 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-30 23:13:01 +0530 |
| commit | b7ee6e4fbb698326eb3857dcee8a3d6c177e4a79 (patch) | |
| tree | a68242e7a412d2914e54a7653dc3fa881b1f085d /.local/bin/upfile | |
| parent | 1463ae72e5a9d058821cf93194aa31c929e600c5 (diff) | |
changes
Diffstat (limited to '.local/bin/upfile')
| -rwxr-xr-x | .local/bin/upfile | 2 |
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)" |
