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