#!/bin/sh -xe NO_LOG=1 ./dell-switch.pl $1 'configure' "interface ethernet g$2" "$3 shutdown" 'exit' 'exit'