pub fn eval(command: &str) -> ScriptResult<Output>
Executes a shell command string.
Returns an error if the shell command fails.