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