linux - kill screen session in an expect script -
I start my screen connection with a span command on the expected screen: spawn screen / dev /...
But I do not know how I can kill the screen when the script ends
Screen-X leaving will send quit command in the running screen session.
Comments
Post a Comment