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