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
|