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