From e24818dea74334ebc9ad9404ee9452e7b83e5557 Mon Sep 17 00:00:00 2001 From: panda Date: Mon, 6 Mar 2017 15:23:37 +0100 Subject: [PATCH] Update 'rasplice2passwd.sh' --- rasplice2passwd.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/rasplice2passwd.sh b/rasplice2passwd.sh index ae1ed34..f90478b 100644 --- a/rasplice2passwd.sh +++ b/rasplice2passwd.sh @@ -3,9 +3,7 @@ read -p "select minimum word lenght (press ENTER for default = 11): " lenght read -p "select number for words to integrate (press ENTER for default = 4): " words lenght=${lenght:-11} -#echo $lenght words=${words:-4} -#echo $words curl -s http://rasplice.contaminati.net/sproloquio.txt | grep -e "[^\ ]\{$lenght,\}" | shuf -n $words | sed 's/^\(.\)/\U\1/' | paste -sd "" \ No newline at end of file