filter log/ filenames into sw.command
[dell-switch] / sw-port-status.sh
1 #!/bin/sh
2
3 if [ ! -z "$1" ] ; then
4         ./snmp-port-status.sh $@
5         exit 0
6 fi
7
8 ./sw-names | xargs -i echo ./snmp-port-status.sh {} $* | parallel