package
0.1.1
Repository: https://github.com/gen0cide/gscript.git
Documentation: pkg.go.dev

# Functions

ExecuteCommand executes the given command and waits for it to complete, returning pid, stdout, stderr, exitCode, or any errors.
ExecuteCommandAsync runs the command and does not wait for it to return.