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