Skip to content

Instantly share code, notes, and snippets.

@sdwilsh
Created May 30, 2020 17:20
Show Gist options
  • Save sdwilsh/50fd0f8c90ddaa4de99ea0a234e7787d to your computer and use it in GitHub Desktop.
Save sdwilsh/50fd0f8c90ddaa4de99ea0a234e7787d to your computer and use it in GitHub Desktop.
Get the MAC Address of the Pi
echo "PI_MAC=$(ifconfig eth0 | awk '/ether/{ print $2;}' | tr ':' '-')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment