# Functions
Exec is wrapper over syscall.Exec, invokes the execve(2) system call.
OpenInBrowser opens the given url on a web browser.
Run is a wrapper over os/exec Cmd.Run that configures Stderr/Stdin/Stdout to the current ones and wait until the process finishes, exiting with the same code.
RunWithPid calls Run and writes the process ID in pidFile.