From: Emil Williams Date: Sun, 10 Aug 2025 21:22:42 +0000 (+0000) Subject: index X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=389b01a0da8dad062fb0ea7dee07dc0ac2199af1;p=emil-xolatile.top.git index --- diff --git a/files/chud_upload.sh b/files/chud_upload.sh index 7133bb0..4972650 100644 --- a/files/chud_upload.sh +++ b/files/chud_upload.sh @@ -1,6 +1,6 @@ # . /path/chud_upload.sh # or inline in rc -upload() { # provides multifile, clipboard, and stdin support +upload() { # provides multifile, xclip, and stdin support url="$1" shift if [ -z "$@" ] ; then curl "$url" -F"file=@/dev/stdin"; fi