package
0.17.0
Repository: https://github.com/coreos/coreos-assembler.git
Documentation: pkg.go.dev

# Functions

NewBashRunner creates a bash executor from in-memory shell script.
Run spawns a named script (without any arguments), gathering stdout/stderr into a buffer that is displayed only on error.
RunA spawns an anonymous script, and is otherwise the same as `Run`.

# Constants

StrictMode enables http://redsymbol.net/articles/unofficial-bash-strict-mode/.

# Structs

BashRunner is a wrapper for executing in-memory bash scripts.