#!/bin/bash cat > /etc/network/interfaces << EOF auto lo iface lo inet loopback auto usb0 iface usb0 inet static address 172.17.17.17 EOF