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