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