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