7fee7b1dbb
HSH is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to and from other shell commands and arbitrary Haskell functions at will.
5 lines
270 B
Text
5 lines
270 B
Text
HSH is designed to let you mix and match shell expressions with
|
|
Haskell programs. With HSH, it is possible to easily run shell
|
|
commands, capture their output or provide their input, and pipe them
|
|
to and from other shell commands and arbitrary Haskell functions at
|
|
will.
|