From c9e5d551d86c93d1f9aa7a49d5edcb55915caf30 Mon Sep 17 00:00:00 2001 From: Timothy Prepscius Date: Sun, 18 Aug 2013 20:34:35 -0400 Subject: [PATCH] make single password now will not use anpersand messes up bash --- passwords/make-single-password | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passwords/make-single-password b/passwords/make-single-password index 4edee57..a31a326 100755 --- a/passwords/make-single-password +++ b/passwords/make-single-password @@ -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