aboutsummaryrefslogtreecommitdiff
path: root/lib/commands/README.md
blob: 040f4bd5398663aebe769a1d3253588d9cdfb5b8 (plain)
1
2
3
4
5
# Commands

This module provides a way to run executable programs and get their output. You
can also feed in text to the programs' `stdin`. Think of it as `popen()` on
steroids.