Created
March 18, 2014 18:42
-
-
Save gamefiend/9626591 to your computer and use it in GitHub Desktop.
kill all tmux sessions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmux ls | awk {print $1} | cut -d: -f1 | xargs -I{} tmux kill-session -t {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment