babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
Mno 2020-09-09T15:12:54.144400Z

Niiice, I always wanted a nice template.

2020-09-09T16:31:45.146500Z

babashka.process only throws on non-zero exit code if there is an error string. How about making it throw when there is no error string as well, with a generic error message?

borkdude 2020-09-09T16:32:52.147200Z

yes, I think it should only look at the error code, since stderr is something also used for just debugging

borkdude 2020-09-09T16:33:02.147600Z

I copied this from one of my scripts and didn't think too much about it

borkdude 2020-09-09T16:33:04.147800Z

PR welcome!