#!/bin/sh iface=$1 echo "auto $iface iface $iface inet dhcp" >> /etc/network/interfaces