Skip to content

Instantly share code, notes, and snippets.

@HR
Created May 21, 2021 18:21
Show Gist options
  • Save HR/d36212a9deb461250bcdce9348585b7b to your computer and use it in GitHub Desktop.
Save HR/d36212a9deb461250bcdce9348585b7b to your computer and use it in GitHub Desktop.
Restore screen session if exist or start new one ssh
# Connect to screen session
case "/$(ps -p $PPID -o comm=)" in
*/sshd) screen -RR;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment