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