1 2 3 4 5 6 7
#! /bin/sh exec 2> /dev/null /sbin/ip addr del "$2"/"$3" dev "$1" # or alternatively: # /sbin/ifconfig "$1":254 down