babashka 2026-05-26

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

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.

❤️ 1
😂 1

no way 😂 looks super cool!!

❤️ 1