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