package
1.5.0
Repository: https://github.com/kristofferahl/go-centry.git
Documentation: pkg.go.dev

# 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.