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