Is there a way to run babashka ignoring any adjacent bb.edn files? I have a project that has a bb.edn and I want to run a random script in the same folder, but without any interference from the bb.edn.
yes, bb --config= probably
; bb --config=
----- Error --------------------------------------------------------------------
Type: java.lang.Exception
Message: File does not exist: --config=
you didn't mean like this, right?sorry, the = syntax isn't supported apparently.
just bb --config nil
ah
let me check
lovely, thank you!
I cannot resist... We can now put the bash back into babashka 😛. https://github.com/replikativ/muschel Happy to consider any improvements for bb users.
no way 😂 looks super cool!!
👀 https://clojurians.slack.com/archives/C015AL9QYH1/p1779830410906229