Skip to content

Instantly share code, notes, and snippets.

@OneCDOnly
Created September 18, 2017 08:11
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 OneCDOnly/45f1c618f5501ce2502b701d319199f7 to your computer and use it in GitHub Desktop.
Save OneCDOnly/45f1c618f5501ce2502b701d319199f7 to your computer and use it in GitHub Desktop.
load all screen sessions
for s in /tmp/screens/S-admin/*; do screen -r $(basename $s); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment