Added the script that's the reason for the season.
This commit is contained in:
parent
d8e70e4dfd
commit
2f33040af3
17
passphrase
Executable file
17
passphrase
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
for z in {1..5}
|
||||
|
||||
do
|
||||
|
||||
for i in {1..5}
|
||||
|
||||
do
|
||||
|
||||
echo $(grep "^[^']\{4,7\}$" /usr/share/dict/words|shuf -n3)
|
||||
|
||||
done
|
||||
|
||||
echo ""
|
||||
|
||||
done
|
Loading…
Reference in New Issue
Block a user