diff --git a/man/tio.1.in b/man/tio.1.in index 9ef4c73..b305d07 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -691,6 +691,11 @@ expect -i $uart "prompt> " .fi .RE +.TP +It is also possible to use the expect/send script functionality to e.g. automate logins: + +$ tio --script 'expect("login: "); send("root\\n"); expect("Password: "); send("root\\n")' /dev/ttyUSB0 + .TP Redirect device I/O to network file socket for remote TTY sharing: