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 --- examples/commands/README.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/commands/README.md (limited to 'examples/commands/README.md') 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. -- cgit v1.2.3