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