Skip to content
/ exec Public

Drop-in replacement for os/exec which enables process tracking and listing

Notifications You must be signed in to change notification settings

scgolang/exec

Repository files navigation

Package exec is a thin wrapper around the standard library's os/exec package which makes it easy to:

  • Run groups of processes.
  • Persist the information about process groups to disk, so that it is easy to start up the same group later.

For documentation, see https://godoc.org/github.com/scgolang/exec

About

Drop-in replacement for os/exec which enables process tracking and listing

Resources

Stars

Watchers

Forks

Packages

No packages published