Hi, Rich, On Jun 12, 2014, at 11:56 AM, Rich Lacasse wrote:
> prompt# while true ; do sleep 0.200 ; ../bin/vv -i eth2 -n 1 I think you want/need to add a "; done" to the end... prompt# while true ; do sleep 0.200 ; ../bin/vv -i eth2 -n 1; done Hope this helps, Dave

