Skip to content

Instantly share code, notes, and snippets.

@deanet
Created February 6, 2016 02:37
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 deanet/caef9fbd2cd8d687c72a to your computer and use it in GitHub Desktop.
Save deanet/caef9fbd2cd8d687c72a to your computer and use it in GitHub Desktop.
random password generator
#!/bin/bash
< /dev/urandom tr -dc '1-9A-HJ1-9@#^&)(*%KMNP-Za-hjk5-9mnp-z1-9' | head -c12 ; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment