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