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