Hi,
On Tue, Feb 26, 2013 at 11:57:40AM +, Jonathan Chetwynd wrote:
> How from a script to run a command once attached to a remote screen?
>
> $ screen -x myscreen flite -t connected
You should use -X instead of -x. You can also use -p to select a
windows, before starting the command (useful
How from a script to run a command once attached to a remote screen?
$ screen -x myscreen flite -t connected
ideas please
regards
Jonathan
suggested elsewhere:
screen -dmS myscreen flite -t connected
but on my RPi wheezy box command is executed
but either screen is closed or never started..
How from a script to run a command once attached to a remote screen?
$ screen -x myscreen flite -t connected
ideas please
regards
suggested elsewhere:
screen -dmS myscreen flite -t connected
but on my RPi wheezy box command is executed
but either screen is closed or never started...
--
Jona