create passphrase gen tool

This commit is contained in:
Ian Keane 2023-02-24 23:59:39 -05:00
parent ac7702ed4d
commit d0c620b61c
3 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/bash
shuf -n3 /usr/share/dict/words | tr -d '\n'