ChrisM666 Registered Idiot Jun 3, 2009 #1 I need to launch a CLI app - synergy - and can't ascertain what the syntax is to avoid the terminal window hanging around after the command is completed. (Not the end of the world but I'm sure things can be kept clean on the desktop.)
I need to launch a CLI app - synergy - and can't ascertain what the syntax is to avoid the terminal window hanging around after the command is completed. (Not the end of the world but I'm sure things can be kept clean on the desktop.)
ElDiabloConCaca U.S.D.A. Prime Jun 3, 2009 #2 "exit" If you're running a one-line script or something, this may work: Code: ./synergy --args; exit