generate_password.sh 67 B

123
  1. #!/bin/sh
  2. shuf -n4 /usr/share/dict/words | tr '\n' . | head -c -1