Added comments.

This commit is contained in:
tapesonthefloor 2015-02-19 10:48:03 -05:00
parent 2f33040af3
commit e946ed92d1

View File

@ -1,5 +1,9 @@
#!/bin/bash #!/bin/bash
# Generates random phrases appropriate for memorable but secure passwords.
# Picks three words of intermediate length from local dictionary file.
# Displays multiple sets.
for z in {1..5} for z in {1..5}
do do