exec(command, function (err, stdout, stderr) {
    if (ld.isEmpty(stderr)) { err = null; }
    cb(err, resultsPath);
  });