genpass.sh 83 B

1234
  1. #!/bin/sh
  2. _pass="$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c16)"
  3. echo "$_pass"