Created
May 8, 2015 19:18
-
-
Save stroum/5f434928993d0c69f8be to your computer and use it in GitHub Desktop.
passgen
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
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo; |
Comments are disabled for this gist.