4 lines
71 B
Bash
Executable file
4 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
# Sample udhcpc deconfig script
|
|
|
|
ifconfig $interface 0.0.0.0
|