From 389b01a0da8dad062fb0ea7dee07dc0ac2199af1 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 10 Aug 2025 21:22:42 +0000 Subject: [PATCH] index --- files/chud_upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5