make single password now will not use anpersand messes up bash

This commit is contained in:
Timothy Prepscius 2013-08-18 20:34:35 -04:00
parent 79fe8b00b4
commit c9e5d551d8

View File

@ -1,2 +1,2 @@
LC_CTYPE=C tr -dc A-Za-z0-9_\!\@\#\$\%\^\&\*\+ < /dev/urandom | fold -w 12| head -n 4 | grep -i '[!@#$%^&*()_+{}|:<>?=]' | head -n 1
LC_CTYPE=C tr -dc A-Za-z0-9_\!\@\#\$\%\^\*\+ < /dev/urandom | fold -w 12| head -n 4 | grep -i '[!@#$%^&*()_+{}|:<>?=]' | head -n 1