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