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