mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-16 00:07:18 +00:00
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
# Sample udhcpc deconfig script
|
|
|
|
/sbin/ifconfig $interface 0.0.0.0
|