I am trying to run a script in a new xterm window, but I want the window to remain after the script completes. Something like $ xterm -e ~/bin/myscript But here the xterm window closes after the script is complete. This seems like an easy problem, but I can't figure out how to do it. Thanks, Patrick McCabe