4 lines
71 B
Bash
4 lines
71 B
Bash
|
#!/bin/sh
|
||
|
ifconfig $1 up
|
||
|
/sbin/udhcpc -i $1 -q -s /link/shell/dhcp.sh
|