# Functions

Exec runs the given cmd in /bin/sh, saves its stdout/stderr streams to the specified files.
ExecCmdInDir executes the given command in given directory and saves output to ./stdout and ./stderr files (truncates files if exists, creates them if not with 0600/-rw------- permissions).
LogPaths returns stdout and stderr file paths for the specified output directory.
No description provided by the author