Skip to main content

exec

functionv1.12

clojure.java.process/exec

Available in:BBCLJ
(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.

No examples yet. Be the first to add one!