Documentation ¶ Index ¶ func CommandExists(name string) bool func Spawn(dir string, args ...string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CommandExists ¶ added in v0.1.1 func CommandExists(name string) bool CommandExists if the command name is available on the host (uses `which`). func Spawn ¶ func Spawn(dir string, args ...string) error Spawn a shell (with args) in a certain directory. The default shell is bash, unless overridden via the SHELL environment variable. The function has only been tested with bash/fish on Linux. Types ¶ This section is empty. Source Files ¶ View all Source files shell.go Click to show internal directories. Click to hide internal directories.