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