Skip to content

Instantly share code, notes, and snippets.

@mathewpeterson
Created August 19, 2011 02:31
Show Gist options
  • Save mathewpeterson/1155890 to your computer and use it in GitHub Desktop.
Save mathewpeterson/1155890 to your computer and use it in GitHub Desktop.
#!/bin/bash
perl -e 'printf "00:16:3E:%02X:%02X:%02X\n", rand 0xFF, rand 0xFF, rand 0xFF'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment