mirror of
https://git.busybox.net/busybox
synced 2025-11-03 08:22:03 +00: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
|