When command line contains curly braces, the braces are removed before passing it to command.
Babashka v1.12.208 REPL.
Use :repl/quit or :repl/exit to quit the REPL.
Clojure rocks, Bash reaches.
user=> (babashka.process/shell "echo @{U}")
@U
It seems the issue only happens in Windows 10, Linux is fine.
When command line contains curly braces, the braces are removed before passing it to command.
It seems the issue only happens in Windows 10, Linux is fine.