Added the script that's the reason for the season.

This commit is contained in:
tapesonthefloor 2015-02-19 10:15:14 -05:00
parent d8e70e4dfd
commit 2f33040af3

17
passphrase Executable file
View 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