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