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