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