summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/upfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/upfile b/.local/bin/upfile
index c373eb0..78c0321 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.vern.cc | xclip -sel c
notify-send "The url has been copied to your clipboard. $(xclip -sel c -o)"