Categorygithub.com/mdw-go/exec
repositorypackage
1.4.0
Repository: https://github.com/mdw-go/exec.git
Documentation: pkg.go.dev

# README

exec

This library is a thin wrapper over "os/exec", allowing execution of commands as a single string using bash -c ....

Maybe don't execute untrusted inputs. (You've been warned...)