Created
October 16, 2018 03:50
-
-
Save dan82840/f9927b428861c1a0aa8e0a3a2b83781e to your computer and use it in GitHub Desktop.
Put udhcpc.user to /etc/udhcpc.user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
echo "$@" >>/tmp/udhcpc.dump | |
echo "========================" >> /tmp/udhcpc.dump | |
set >> /tmp/udhcpc.dump | |
echo "========================" >> /tmp/udhcpc.dump |
Author
dan82840
commented
Oct 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment