Skip to content

Instantly share code, notes, and snippets.

@tuxedocat
Created June 26, 2015 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxedocat/fe4a571b4a5b37bfa052 to your computer and use it in GitHub Desktop.
Save tuxedocat/fe4a571b4a5b37bfa052 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo $(cat /dev/urandom | tr -cd 'a-f0-9' | head -c 8 | grep -P "\w")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment