aboutsummaryrefslogtreecommitdiff
path: root/system/fountain/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-01-10 23:29:34 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-17 09:03:28 +0700
commit9460a2396e3daa20c536faeaba07664db89ec4f4 (patch)
treeff21125b7b93374cab7eb660ff341482468a3ff4 /system/fountain/README
parentf74a16b46399fd6404f9ab5336783d464b300973 (diff)
system/fountain: Added (pipe stdin to multiple processes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fountain/README')
-rw-r--r--system/fountain/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/fountain/README b/system/fountain/README
new file mode 100644
index 000000000000..5979c94d6603
--- /dev/null
+++ b/system/fountain/README
@@ -0,0 +1,5 @@
+fountain (pipe standard input to multiple processes)
+
+Fountain take a single input stream and writes (pipes) it to multiple
+commands. This is similar to tee(1), except tee writes data to files;
+fountain runs commands and pipes data to them.