# Functions
Exec runs the sh script and forwards stderr/stdout to the console.
Execf runs the sh script and forwards stderr/stdout to the console.
ExecfWithEnv runs the sh script and forwards stderr/stdout to the console.
SafeExec executes the sh script and returns the stdout and stderr, errors will result in a nil return only.