Created
December 14, 2017 00:51
-
-
Save LongHairedHacker/8583205a7d9f78909b71e8b9d7811360 to your computer and use it in GitHub Desktop.
Distribution for batman tg table
This file contains 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
#!/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