diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-10-20 07:59:20 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-10-20 07:59:20 +0530 |
| commit | 69905fb8727198e75bda617e75c3544032faf273 (patch) | |
| tree | 7c0db8438a8d4a5e8b002b98a766ec47daae3aef /.local/bin/upfile | |
| parent | bf696a125ff181557172cda25c6416c9c5c659aa (diff) | |
changes
Diffstat (limited to '.local/bin/upfile')
| -rwxr-xr-x | .local/bin/upfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/upfile b/.local/bin/upfile index c373eb0..ff30bf8 100755 --- a/.local/bin/upfile +++ b/.local/bin/upfile @@ -8,5 +8,6 @@ fi [ -z "$file" ] && exit -curl -F"file=@$file" 0x0.st | xclip -sel c +# curl -F"file=@$file" 0x0.st | xclip -sel c +curl -F"file=@$file" 0.tildevarsh.in | xclip -sel c notify-send "The url has been copied to your clipboard. $(xclip -sel c -o)" |
