Handy common code for angel to execute shell commands
npm i angelabilities-exec --save-dev
Execute arbitrary shell commands and get their stdout & stderr piped through the running process.
let childProcess = angel.exec("touch this", function (err, statusCode) {})
await angel.exec('touch this')