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