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