;ugh. Playing the escape game in Bash. I need to echo a piped output that sends `"$VALUE"` (including the double-quotes). Tried escaping them, then escaping the escape, but no luck. So frustrating...
@yogthos I would love to do this with Babashka -- but it's all about setting up environment variables and then piping them to other application CLIs. Babashka doesn't seem ideal for that.
@worldsendless it is a bit more verbose, so for small scripts might not be worth the effort