babashka

imre 2026-05-26T14:54:13.149109Z

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.

borkdude 2026-05-26T14:55:35.276329Z

yes, bb --config= probably

imre 2026-05-26T14:56:18.267279Z

; bb --config=
----- Error --------------------------------------------------------------------
Type:     java.lang.Exception
Message:  File does not exist: --config=
you didn't mean like this, right?

borkdude 2026-05-26T14:56:30.940149Z

sorry, the = syntax isn't supported apparently. just bb --config nil

imre 2026-05-26T14:56:35.009519Z

ah

imre 2026-05-26T14:56:38.301819Z

let me check

imre 2026-05-26T14:56:53.007739Z

lovely, thank you!

whilo 2026-05-26T18:33:54.389989Z

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
Johnny Hane 2026-05-26T19:15:42.119839Z

no way 😂 looks super cool!!

❤️ 1