Expect-lite 3.0.0 (Default branch) |
|
|
Expect-lite is a wrapper for expect, created to
make expect programming even easier. The wrapper
permits the creation of expect script command
files by using special character(s) at the
beginning of each line to indicate the expect-lite
action. Basic expect-lite scripts can be created
by simply cutting and pasting text from a terminal
window into a script, and adding '>' '
License: BSD License (revised)
Changes:
The entire command script read subsystem has changed. The previous system read directly from the script file. The new system reads the script file into a buffer, which can be randomly accessed. This permits looping (realistically only repeat loops). Infinite loop protection has been added. Variable increment and decrement have been added to support looping.
|