diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-16 00:53:34 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-16 00:53:34 +0530 |
| commit | fd20f3a9da6caabffb94cc5c130c4f66c1306113 (patch) | |
| tree | 9044e10c7a1239a58f529582000f5fd638649cee /.local/bin/upfile | |
| parent | 1de53674c4e1e53bfe2defebf74286df0491bc18 (diff) | |
transadd script improvement
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 dca4373..4196dc5 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. $file" +notify-send "The url has been copied to your clipboard." |
