Created
November 30, 2016 16:54
-
-
Save pbausch/42603f3afe3ebd8588ba55a85e396637 to your computer and use it in GitHub Desktop.
OSX Chrome: Open a list of URLs in new tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias google-chrome='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome'; | |
while read line; | |
do google-chrome "$line"; | |
done < textfile.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment