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