Skip to content

Instantly share code, notes, and snippets.

@nsdevaraj
Created October 9, 2025 05:55
Show Gist options
  • Save nsdevaraj/bc979a4dbb566f9952c879a0a25c1e86 to your computer and use it in GitHub Desktop.
Save nsdevaraj/bc979a4dbb566f9952c879a0a25c1e86 to your computer and use it in GitHub Desktop.
open all urls
while read -r url; do open "$url"; done < /tmp/urls.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment