Created
July 31, 2024 14:55
-
-
Save Silica163/2c98a6707ac840d3216b4b492677d0ed to your computer and use it in GitHub Desktop.
Mac Adddress Generator for Qemu virtual machine.
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
| #/bin/sh | |
| printf "52:54:%02x:%02x:%02x:%02x\n" $(($RANDOM & 255)) $(($RANDOM & 255)) $(($RANDOM & 255)) $(($RANDOM & 255)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment