Created
December 27, 2024 00:33
-
-
Save StartAutomating/121a2685c919915e4b96a82e5817a3f3 to your computer and use it in GitHub Desktop.
Gist a little random color generator in PowerShell
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
"#$('{0:x6}' -f (Get-Random -Maximum 0xFFFFFF))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment