From 2f33040af31484bc229bf1a466cd79757bfbf03a Mon Sep 17 00:00:00 2001 From: tapesonthefloor Date: Thu, 19 Feb 2015 10:15:14 -0500 Subject: [PATCH] Added the script that's the reason for the season. --- passphrase | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 passphrase diff --git a/passphrase b/passphrase new file mode 100755 index 0000000..68c4f5d --- /dev/null +++ b/passphrase @@ -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