sexpect: Expect for Shells
authorClark Wang <dearvoid@gmail.com>
Wed, 6 Apr 2022 13:55:32 +0000 (21:55 +0800)
committerRosen Penev <rosenp@gmail.com>
Sat, 16 Apr 2022 18:08:24 +0000 (11:08 -0700)
commit49b1e63444454a7d9142d09bc96ca5eabb2ffabc
tree123bf5bcf37092962c51e8ece844d9bf387d7bfb
parent7636ffe65439f70c648b8e91a272577355bc23ef
sexpect: Expect for Shells

Sexpect is another implementation of Expect which is specifically
designed for shells. It's lightweight and has no dependency on other
packages.

Signed-off-by: Clark Wang <dearvoid@gmail.com>
utils/sexpect/Makefile [new file with mode: 0644]