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