[Ubuntu-BR] Script para iniciar dois programas

Jefferson Diego jeffersondiego8 em hotmail.com
Segunda Setembro 28 13:42:33 UTC 2009


Em 27-09-2009 15:39, Vítor escreveu:
> #!/bin/sh
> /usr/bin/qjackctl&
> wait 5
> mscore
>    
Use o sleep, ao invés:

#! /bin/sh
/usr/bin/qjackctl&
sleep 5
mscore






More information about the ubuntu-br mailing list