Created
February 6, 2016 02:37
-
-
Save deanet/caef9fbd2cd8d687c72a to your computer and use it in GitHub Desktop.
random password generator
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/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