runPhantom.sh 146 B

1234
  1. for i in `cat top5k`
  2. do
  3. ./phantomjs --proxy=localhost:8080 --proxy-type=http --ssl-protocol=any --ignore-ssl-errors=true phantomScript.js $i
  4. done