Skip to content

Instantly share code, notes, and snippets.

@LongHairedHacker
Created December 14, 2017 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LongHairedHacker/8583205a7d9f78909b71e8b9d7811360 to your computer and use it in GitHub Desktop.
Save LongHairedHacker/8583205a7d9f78909b71e8b9d7811360 to your computer and use it in GitHub Desktop.
Distribution for batman tg table
#!/bin/bash
ssh root@ffnode "batctl tg" | grep -oP "via ([0-9a-f:]*)" | cut -d " " -f 2 | sort | uniq -c | sort -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment