screen-users
[Top][All Lists]
Advanced

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

Re: Start multiple screen-sessions per script


From: Steffen Nurpmeso
Subject: Re: Start multiple screen-sessions per script
Date: Wed, 04 Mar 2015 13:23:44 +0100
User-agent: s-nail v14.7.11-215-gca137f5-dirty

Hello,

Frank Röhm <address@hidden> wrote:
 |> Am 03.03.2015 um 09:21 schrieb Axel Beckert <address@hidden>:
 |> …
 |> Hrm, the basic concept definitely works for me.
 |> 
 |> Checking my code I noticed one difference besides options like window
 |> title, etc.: I give the window number as first parameter. Applying
 |> this to your example, I'd write this:
 |> 
 |> screen 0 /path/to/myscript1.sh
 |> screen 1 /path/to/myscript2.sh
 |> 
 |> Does this work for you?
 |
 |Nope.

 |Is there any hope to do it?

I have the following at the end of my ~/.screenrc

  ## Running

  screen -t MIAUI     0 //group
  screen -t edit -h 0 1 vim
  screen -t accu      2
  screen -t doc       3
  screen -t vms       5
  screen -t mail      6
  screen -t tmp       4

--steffen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]