Last active
September 14, 2018 02:33
-
-
Save dan82840/19056175032a5ecc429fb2fc0e7480ad to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ECHO() { | |
echo "$1" >> /tmp/iface.log | |
} | |
main() { | |
ECHO "========================================" | |
ECHO "DEVICE=$DEVICE" | |
ECHO "INTERFACE=$INTERFACE" | |
ECHO "ACTION=$ACTION" | |
ECHO "IFUPDATE_ADDRESSES=$IFUPDATE_ADDRESSES" | |
ECHO "IFUPDATE_DATA=$IFUPDATE_DATA" | |
} | |
main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment