[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Easy one for the scripters
- Subject: [ale] Easy one for the scripters
- From: johnmills at speakeasy.net (John Mills)
- Date: Thu, 13 Nov 2008 16:35:29 -0500 (EST)
ALErs -
I want a script to launch a console app in terminal window (such as an
Xterm). I want the terminal to stay open with a shell prompt when its app
exits. Actually I'm going to launch a batch of different apps -- if I can
get the syntax right for one of them.
'xterm -e <command> &' doesn't do what I want because it exits when the
command completes instead of leaving a shell prompt running in the
terminal.
BASH would be nice.
TIA for suggestions.
(It's not homework, honest! &8-)
- Mills