# Functions
Command just executes a given cmd string to the supplied io.Writer writers.
CommandNoWait starts the given command but does not wait for it to finish.
GetExitStatus determines the exit status code of an err from a command that was run.
NewSSH will initialize a new ssh configuration for use with RunCommand.
WaitNoop accepts and waits on any signal and returns on kill signals.
# Variables
Debug prints the command being run if set to true.