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

2 lines
56 B
Bash
Executable file

#!/bin/bash
shuf -n3 /usr/share/dict/words | tr -d '\n'