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