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