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