Skip to content

Instantly share code, notes, and snippets.

@TheTechromancer
Created May 12, 2021 16:22
Show Gist options
  • Save TheTechromancer/cc13cac6601c5a2579100acb041169bb to your computer and use it in GitHub Desktop.
Save TheTechromancer/cc13cac6601c5a2579100acb041169bb to your computer and use it in GitHub Desktop.
Kill all detached mosh sessions
kill $(last -f /var/run/utmp | egrep -o 'mosh \[[0-9]+\]' | egrep -o '[0-9]+')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment