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