cmd

A convenience library for executing commands in Go, including executing commands in parallel with a pool.

16
2
16
Go
public

A convenience library for executing shell commands in Go. It also includes a
mechanism to run multiple commands in parallel using a pool.

cmd is go gettable:

go get github.com/BurntSushi/cmd

v0.3.3[beta]