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