Add 'rasplice2passwd.sh'
This commit is contained in:
parent
ee594676ef
commit
2c602aaf17
1 changed files with 7 additions and 0 deletions
7
rasplice2passwd.sh
Normal file
7
rasplice2passwd.sh
Normal file
|
@ -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 ""
|
Loading…
Reference in a new issue