#!/bin/sh iface=wlan0 if [ $# -eq 1 ]; then iface=$1 fi killall udhcpc; udhcpc --timeout=3 --retries=2 --tryagain=5 -n -i $iface