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