Skip to content

Instantly share code, notes, and snippets.

@StartAutomating
Created December 27, 2024 00:33
Show Gist options
  • Save StartAutomating/121a2685c919915e4b96a82e5817a3f3 to your computer and use it in GitHub Desktop.
Save StartAutomating/121a2685c919915e4b96a82e5817a3f3 to your computer and use it in GitHub Desktop.
Gist a little random color generator in PowerShell
"#$('{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