Re: allowing user interaction in screen caommand
jonathan chetwynd <j.chetwynd-6b45v/[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <[email protected]> |
Eric, try ampersand & iirc ~:" On 12/03/13 15:25, Eric Smith wrote: > I am mapping as follows: > bindkey "^[[1;5l" eval 'screen' 'stuff "bin/screen_grab_input.sh^M"' 'other' 'stuff baz' > > I want screen to wait until the script `bin/screen_grab_input.sh' has completed before executing the command 'other'. > Is that possible? > > $ cat bin/screen_grab_input.sh > read input > echo $input > some_command $input > > > Thanks > > Eric Smith > > > _______________________________________________ > screen-users mailing list > screen-users-mXXj517/[email protected] > https://lists.gnu.org/mailman/listinfo/screen-users > >