5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
#!/bin/sh
|
||
|
# Sample udhcpc deconfig script
|
||
|
|
||
|
ifconfig $interface 0.0.0.0
|