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