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