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