aboutsummaryrefslogtreecommitdiff
path: root/examples/commands/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/commands/README.md')
-rw-r--r--examples/commands/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/commands/README.md b/examples/commands/README.md
deleted file mode 100644
index 040f4bd5..00000000
--- a/examples/commands/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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.