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