From 2c602aaf1710d861810dcff763718edaf5eb2f47 Mon Sep 17 00:00:00 2001 From: panda Date: Mon, 6 Mar 2017 15:01:16 +0100 Subject: [PATCH] Add 'rasplice2passwd.sh' --- rasplice2passwd.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rasplice2passwd.sh diff --git a/rasplice2passwd.sh b/rasplice2passwd.sh new file mode 100644 index 0000000..bf37eb6 --- /dev/null +++ b/rasplice2passwd.sh @@ -0,0 +1,7 @@ +echo "Rasplice to Password hyperconverged-cloud enabled integration tool" +echo "select minimum word lenght:" +read lenght +echo "select number for words to integrate:" +read 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