File: netstat.sh

package info (click to toggle)
icewm 3.7.4-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 14,108 kB
  • sloc: cpp: 74,656; ansic: 2,472; makefile: 1,544; sh: 566; perl: 430; xml: 193; python: 84
file content (8 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh

if test -x /bin/ss
then
	exec watch -t ss -putsw
else
	exec netstat -c
fi