Back

exec (clj)

(source)

function

(exec & opts+args)
Execute a command and on successful exit, return the captured output, else throw RuntimeException. Args are the same as 'start' and options if supplied override the default 'exec' settings.

Examples