]> git.xolatile.top Git - emil-xolatile.top.git/commitdiff
index
authorEmil Williams <emilemilemil@cock.li>
Sun, 10 Aug 2025 21:22:42 +0000 (21:22 +0000)
committerEmil Williams <emilemilemil@cock.li>
Sun, 10 Aug 2025 21:22:42 +0000 (21:22 +0000)
files/chud_upload.sh

index 7133bb09fe6fc4edf6b49e62153f4ba67102e0e4..4972650086ff8c57b61163f7c1c556463cce719d 100644 (file)
@@ -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