8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
|
shell s1
|
||
|
expect s1 $
|
||
|
run s1 echo testing123
|
||
|
expect s1 $
|
||
|
run s1 echo done
|
||
|
quit
|
||
|
|