Skip to content

Instantly share code, notes, and snippets.

@hbeale
Last active April 8, 2021 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbeale/a50db642bd3021378a8e73551c0fff94 to your computer and use it in GitHub Desktop.
Save hbeale/a50db642bd3021378a8e73551c0fff94 to your computer and use it in GitHub Desktop.
append this to bash profile to start screen automatically on login
read -n1 -rsp $'Press Ctrl+C to skip screen...\n'
screen -Rx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment