vpp/vpp-api/lua/examples/lute/script.lute
Andrew Yourtchenko fa1456a38d Luajit API and some examples
Change-Id: Ia140c4750f06870c40b7058c4afb2e20ca633a49
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2016-11-11 18:05:53 +00:00

8 lines
79 B
Plaintext

shell s1
expect s1 $
run s1 echo testing123
expect s1 $
run s1 echo done
quit