nbb

gdubs 2025-02-06T21:56:30.166499Z

Anything like set -x for nbb? https://clojurians.slack.com/archives/CLX41ASCS/p1688559409918179

borkdude 2025-02-06T21:57:46.540169Z

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

gdubs 2025-02-06T22:03:30.505789Z

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?

borkdude 2025-02-06T22:05:04.512009Z

nope

🫡 1