dotfiles/slackware/home/bin/scripts/generate-passphrase

3 lines
56 B
Text
Raw Normal View History

2023-02-24 23:59:39 -05:00
#!/bin/bash
shuf -n3 /usr/share/dict/words | tr -d '\n'