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