Last active
January 17, 2016 17:02
-
-
Save mwielondek/d7d17741f9e75b070fe0 to your computer and use it in GitHub Desktop.
Reads (max 6) urls from text files in a given directory and opens them in Safari
This file contains 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
cat * | head -n 6 | xargs open -a 'Safari' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment