boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
2019-03-10T20:12:31.043400Z

hello

2019-03-10T20:12:52.043900Z

is there any way to catch an exception from dosh?

2019-03-10T20:13:43.044800Z

or maybe is there any way to call a shell command and get the exit code, analyze, and do some stuff, not exiting.

dave 2019-03-10T20:17:11.045700Z

@ghiden IIRC, dosh is just a thin wrapper around clojure.java.shell/sh which is straightforward to use. i used it directly in a project recently: https://github.com/daveyarwood/alda-clj/blob/4d1a0c3/src/alda/core.clj#L47-L52

2019-03-10T20:18:00.046200Z

thanks

2019-03-10T20:18:04.046400Z

i'll try that

dave 2019-03-10T20:19:01.046600Z

no prob!