Skip to content

Instantly share code, notes, and snippets.

@shaunmolloy
Created November 6, 2023 17:35
Show Gist options
  • Save shaunmolloy/3683f1291b184ba78b1b3572f097d393 to your computer and use it in GitHub Desktop.
Save shaunmolloy/3683f1291b184ba78b1b3572f097d393 to your computer and use it in GitHub Desktop.
for session in $(tmux ls | grep prefix | awk '{ print $1 }' | sed -e 's/:$//'); do tmux kill-session -t $session; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment