Skip to content
/ exec Public

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

License

Notifications You must be signed in to change notification settings

mdw-go/exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published