mirror of
https://git.busybox.net/busybox.git
synced 2024-11-27 15:43:26 +08:00
1b367cbeda
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
# Sample udhcpc deconfig script
|
|
|
|
ifconfig $interface 0.0.0.0
|