1 2 3 4 5 6 7 8 9 10 11 12 13
#! /bin/bash . lib/remote/status.sh decorate "Incomming:" purple; echo scripts/netstat-in.sh | grep -v "android-d855cbd1c9f827d" | grep -v "pdv-time-capsule-2.ipe.kit.edu" | column -t echo echo decorate "Outgoing:" purple; echo sudo scripts/netstat-out.sh | grep -v "android-d855cbd1c9f827d" | column -t