1# Configuration file for removing a network interface.
2
3INTERFACE="$1"
4
5ip link delete $INTERFACE
6