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