mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
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
|