diff options
Diffstat (limited to 'remote/netstat.sh')
-rwxr-xr-x | remote/netstat.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/remote/netstat.sh b/remote/netstat.sh new file mode 100755 index 0000000..f2d1927 --- /dev/null +++ b/remote/netstat.sh @@ -0,0 +1,15 @@ +#! /bin/bash + +. lib/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 + |