Skip to content

Instantly share code, notes, and snippets.

@safchain
Created November 19, 2014 17:56
Show Gist options
  • Save safchain/18ad80f7b854b389f800 to your computer and use it in GitHub Desktop.
Save safchain/18ad80f7b854b389f800 to your computer and use it in GitHub Desktop.
Generate mac from the shell
echo -n 00-; dd bs=1 count= if=/dev/random 2>/dev/null | hexdump -v -e '/1 "-%02X"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment