Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#!

/bin/bash for (( c=1; c<=9; c++ )) { portnum=9050 for (( x=1; x<=$c; x++ )) { (( portnum++ )) } mkdir tor/data${c} datadir="tor/data${c}" tor SocksPort ${portnum} DataDirectory ${datadir} & }

You might also like