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