Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 128 Bytes

File metadata and controls

3 lines (2 loc) · 128 Bytes

Create a "correct horse battery staple" password:

 echo $(grep '^[a-z]\{5,10\}$' /usr/share/dict/words | shuf | head -n 4)