blob: c39f6d81efc0de0e6d5cf83a414a1057c0a2ca51 (
plain) (
blame)
1
2
3
4
5
|
Porch is a program orchestration tool, inspired by expect(1) but scripted with
lua. This utility allows scripted manipulation of programs for, e.g., testing
or automation purposes. Porch drives spawn processes over a pts(4)
pseudo-terminal, which allows for a broader range of interactions with a program
under orchestration.
|