Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
1f8eeb7cb90b51c8682818bb0d68cc121f08b481
/
.
/
src
/
vpp-api
/
lua
/
examples
/
lute
/
script.lute
blob: c3dd90f2dbe99e43a827090ba05b33168ee493eb [
file
] [
log
] [
blame
]
Andrew Yourtchenko
fa1456a
2016-11-11 16:32:52 +0000
[
diff
] [
blame
]
1
shell s1
2
expect s1 $
3
run s1 echo testing123
4
expect s1 $
5
run s1 echo
done
6
quit
7