[plug] send a line feed ?
    Leon Brooks 
    leon at brooks.fdns.net
       
    Sun Apr 28 08:24:08 WST 2002
    
    
  
On Friday 26 April 2002 20:39, Robert Andrews wrote:
> Hi all I have a script that I execute with the following command
> $MAGIC_HOME/broker/mgrqmrb -ReusePorts &
> everything works okay except I have to press the return key to get my
> curser back
Try
    $MAGIC_HOME/broker/mgrqmrb -ReusePorts & sleep 1
No idea whether it will work, but it can't hurt to try. Next guess would be:
    $MAGIC_HOME/broker/mgrqmrb -ReusePorts & sleep 1; reset
Cheers; Leon
    
    
More information about the plug
mailing list