On Tue, 6 Jan 2015, Andrew McGlashan <[email protected]> 
wrote:
>   alias stop_tb='kill -STOP nnnn'
>   alias start_tb='kill -CONT nnn'
> 
> Now, so long as the PID doesn't change, then you can simply run the
> commands quickly as desired.

while true ; do
  stop_tb
  sleep 1
  start_tb
  sleep 1
done

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/
_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to