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