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