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