Last Updated: February 25, 2016
·
166
· daraff

Open multiple chrome links based on a list in a file

while read p;do open -a Google\ Chrome echo http://test.ch/$p; done < urls.txt