# Functions
NewBash creates a new bash instance.
SortEnvironmentVariables sorts environment variables by name.
# Constants
EnvironmentVariableTypeBool represents a boolean environment variable.
EnvironmentVariableTypeInteger represents an integer environment variable.
EnvironmentVariableTypeString represents a string environment variable.
# Structs
Bash is thin wrapper around the bash executable.
BashScript encapsulates operations on the script file containing commands.
EnvironmentVariable represents an environment variable.
Function defines a function.
# Interfaces
Executable defines the interface of an executable program.
Script defines the interface of a script file.
# Type aliases
EnvironmentVariableType represents a type of an environment variable.