batman data subcommand

This commit is contained in:
Bob Mottram 2016-09-10 13:09:33 +01:00
parent 47ef1c802c
commit c6af70302a
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 3 additions and 0 deletions

View File

@ -278,6 +278,9 @@ case "$1" in
ping)
batctl ping $2
;;
data)
watch -n1 "batctl s | grep mgmt | grep bytes"
;;
ls|list)
avahi-browse -atl
;;