Skip to content

Instantly share code, notes, and snippets.

@cfperez
Created July 11, 2017 17:30
Show Gist options
  • Save cfperez/d8b3426ede238170b44652f77cc27a0e to your computer and use it in GitHub Desktop.
Save cfperez/d8b3426ede238170b44652f77cc27a0e to your computer and use it in GitHub Desktop.
Attach to an existing tmux session or create a new one
#!/bin/bash
ssh $@ -t -- 'tmux a || tmux new-session'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment