From 3efd7d9cfbd330ebb45f39648ee96a3e429a06f9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 7 Apr 2025 18:14:20 -0400 Subject: Move core libraries into their own folder --- lib/commands/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/commands/README.md (limited to 'lib/commands/README.md') 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. -- cgit v1.2.3