[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] how do I - icon starts script starts 4 scripts



On 04/17/2013 03:08 PM, Brian MacLeod wrote:
> BEGIN START-MINERS
> --------
> #!/bin/bash
>
> # The ampersand after the command causes a fork and puts
> # the job in the background.
> # Commonly, geometry can be set by --geometry= option.
> # See your terminal man page for details.
>
> $TERMINAL $SCRIPT1 &
> $TERMINAL $SCRIPT2 &
> $TERMINAL $SCRIPT3 &
> $TERMINAL $SCRIPT4 &
> --------
> END START-MINERS
The only thing I'd say here is to use tmux or something, that way
instead of starting four terminals in the foreground, you start four
terminals in the background and can attach to them at will, even over
the network.

? Mike

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://mail.ale.org/pipermail/ale/attachments/20130418/f9b1edb4/attachment.sig>