blob: 4a8158d9f32b10927d2ddbb7b68e0e4e096e8104 (
plain)
1
2
3
4
5
6
7
|
provide-module connect-fifo %{
require-module connect
define-command fifo -params 1.. -shell-completion -docstring 'Run command in a fifo buffer' %{
$ %("$@" 2>&1 | :fifo) -- %arg{@}
}
}
|