#!/bin/sh

INTERFACE="$1"
shift
ifconfig $INTERFACE down $*
