ref: 7c063c346a361bca2e57e26e04e8fb48a05c8c7e dir: /bin/genpw/
#!/bin/rc n=32 if(~ $1 -n){ n=$2 shift 2 } tr -cd ' '-~ </dev/random | read -c $n echo