Skip to content

Instantly share code, notes, and snippets.

@mwielondek
Last active January 17, 2016 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwielondek/d7d17741f9e75b070fe0 to your computer and use it in GitHub Desktop.
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
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