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