Skip to content

Commit

Permalink
TODO add pkill
Browse files Browse the repository at this point in the history
  • Loading branch information
garris committed Nov 28, 2017
1 parent 0325b45 commit 325029e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/index.js
Expand Up @@ -34,6 +34,8 @@ if (/^init$/i.test(commandName)) {
commandName = 'genConfig';
}

// TODO: need command for: `pkill -f "(chrome)?(--headless)"`

if (!commandName) {
console.log(usage);
process.exit();
Expand Down

0 comments on commit 325029e

Please sign in to comment.