Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdw-go/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...)
https://github.com/mdw-go/exec

Last synced: 14 days ago
JSON representation

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...)

Awesome Lists containing this project

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...)