Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[3 / 1 / 1]

No.1505792 View ViewReplyOriginalReport
i want to use curl in a function which i can use on the command line, but the qutoes are giving me trouble. i use zsh.

command() {curl -d '{"inputs": "$*"}'} is what i want to write, but when i write on the command line "command something", it $* isnt replaced with something. please fix the quotes so that $* is replaced with something