Skip to content

OItisTang/expect-automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automator   version: 1.0    author:  Chenggang Tang([email protected])

A light wrapper of expect that makes expect more handy.
It reads and translates lines from a file into expect commands.

Usage:
    <file> Execute automator script.
    -h     Print this help message.
    -e     Print command file example.

Example:
    automator -h
    automator -e | tee example.atm
    automator work.atm; or
    chmod +x work.atm; ./work.atm


Installation / Uninstallation:
Run "./INSTALL.sh" to install. If the current user is root, autotest will be
installed into /usr, otherwise in $HOME.
"./UNINSTALL.sh" will remove the installed files from /usr if the current user
is root, else from $HOME.

About

A light wrapper of expect that makes expect more handy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages