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