Anything like set -x for nbb? https://clojurians.slack.com/archives/CLX41ASCS/p1688559409918179
I'm not sure if I understand your question. The link you posted is about babashka's babashka.process which isn't even available in nbb
Yeah, I don't think I fully looked into that other comment. Sorry for the confusion.
I use set -x to get insight into and debug bash scripts. It helps by echoing each line as it runs it. The linked comment appears to achieve something similar by printing each exec as it happens, but probably doesn't echo each line as its run.
Anything like set -x for a nbb script?
nope