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