//
pkg.gl
Category
github.com/gen0cide/gscript
stdlib
exec
package
0.1.1
Repository:
https://github.com/gen0cide/gscript.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
54 SLOC
#
Functions
ExecuteCommand
ExecuteCommand executes the given command and waits for it to complete, returning pid, stdout, stderr, exitCode, or any errors.
ExecuteCommandAsync
ExecuteCommandAsync runs the command and does not wait for it to return.