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