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