package utils import ( "os/exec" ) // TODO Figure out if this is needed in Windows func isolateCommand(cmd *exec.Cmd) {}