diff options
Diffstat (limited to 'system/fountain/README')
-rw-r--r-- | system/fountain/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/fountain/README b/system/fountain/README new file mode 100644 index 0000000000000..5979c94d66033 --- /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. |