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