1#!/bin/sh
2
3exec run-parts -a "$1" /etc/udhcpc.d
4
5