Skip to content

Instantly share code, notes, and snippets.

@aaronlifton3
Created December 9, 2012 18:23
Show Gist options
  • Select an option

  • Save aaronlifton3/4246361 to your computer and use it in GitHub Desktop.

Select an option

Save aaronlifton3/4246361 to your computer and use it in GitHub Desktop.
kill all tmux
ps aux | grep tmux | awk '{print $2}' | xargs sudo kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment