Email or username:

Password:

Forgot your password?
(λ. borkdude)

babashka/process {:mvn/version "0.4.13"}
Clojure library for shelling out / spawning sub-processes

Revised the way process and friends are called:

(process opts? & args)

And shell is now the most emphasized function in the README:

github.com/babashka/process

#clojure #babashka

1 comment
(λ. borkdude)

Make that babashka/process {:mvn/version "0.4.13"}

Go Up