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