aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/exec.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright and license header.Alberto Gonzalez2020-03-181-1/+1
| | | | | I hereby assign to Claire Wolf the copyright for all work I did on `passes/cmds/exec.cc`. In the event that this copyright assignment is not legally valid, I offer this work under the ISC license.
* Clean up `exec` code according to review.Alberto Gonzalez2020-03-181-5/+18
| | | | Co-Authored-By: Miodrag Milanović <mmicko@gmail.com>
* Allow specifying multiple regexes to match in `exec` command output, and ↵Alberto Gonzalez2020-03-161-33/+67
| | | | also to specify regexes that must _not_ match.
* Add `exec` command to run shell commands.Alberto Gonzalez2020-03-161-0/+156