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