gen_pass: Generate a password from random and uses tr

This commit is contained in:
Benjamin Livingood 2011-12-08 22:17:46 -07:00
commit 80e2a082e2

View file

@ -0,0 +1 @@
alias gen_pass="< /dev/urandom tr -dc .\$_A-Z-a-z-0-9 | head -c21; echo"