diff options
Diffstat (limited to 'lib/commands/README.md')
| -rw-r--r-- | lib/commands/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/commands/README.md b/lib/commands/README.md new file mode 100644 index 00000000..040f4bd5 --- /dev/null +++ b/lib/commands/README.md @@ -0,0 +1,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. |
