Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created October 24, 2023 21:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/3d16de20dfd7f9a4d50da0efafe80bd6 to your computer and use it in GitHub Desktop.
Save obfusk/3d16de20dfd7f9a4d50da0efafe80bd6 to your computer and use it in GitHub Desktop.
quit screen session after command finishes successfully
do_stuff && screen -X -S $( screen -ls | awk '{print $1}' | grep "^$PPID\." ) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment