summaryrefslogtreecommitdiffstats
path: root/system/fountain/README
diff options
context:
space:
mode:
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 0000000000..5979c94d66
--- /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.