ClojureDocs

Nav

Namespaces

exec

clojure.java.process

Available since 1.12
  • (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.