remove interface
[dell-switch] / sw-port-status.sh
index 19be6ed..0f4b9bf 100755 (executable)
@@ -1 +1,8 @@
+#!/bin/sh
+
+if [ ! -z "$1" ] ; then
+       ./snmp-port-status.sh $@
+       exit 0
+fi
+
 ./sw-names | xargs -i echo ./snmp-port-status.sh {} $* | parallel