Created
October 9, 2025 05:55
-
-
Save nsdevaraj/bc979a4dbb566f9952c879a0a25c1e86 to your computer and use it in GitHub Desktop.
open all urls
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
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