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