# Functions
ExecCommand is a small platform specific wrapper around os/exec.Command.
NewTty creates a pseudo-TTY for a command and modifies it appropriately so the command thinks it's a real terminal.
SimpleExec is a small wrapper around os/exec.Command.