Go package that provides bash shell command execution for cmdIDE on macOS and Linux.
import bashpkg "github.com/Command-IDE/bash/src"Returns an *exec.Cmd that runs the joined parts through bash -c.
Alias for BuildShellCmd.
String constant "bash".
This package is excluded from Windows builds via //go:build !windows.
This package is a sub-module of cmdIDE. On macOS and Linux the host app selects between zsh, bash, and sh based on user config and shell availability.
MIT