Replicate the following in a zero dependency statically linked go binary:
grep "^[^']\{3,5\}$" /usr/share/dict/words | shuf -n4 | paste -sd'.' -
CGO_ENABLED=0 go install github.com/noxsios/ezpass
$ ezpass -h
-n, --number-of-words int Number of words in resulting password. (default 4)
-d, --delimiter string Delimiter between words. (default ".")
-v, --version Print the version number of ezpass and exit.
-h, --help Print this message and exit.