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