Skip to content

Instantly share code, notes, and snippets.

@celsobessa
Last active July 3, 2021 19:43
Show Gist options
  • Save celsobessa/5dd651f1a2bd7b29f902fbe32f0ffad1 to your computer and use it in GitHub Desktop.
Save celsobessa/5dd651f1a2bd7b29f902fbe32f0ffad1 to your computer and use it in GitHub Desktop.
#!/bin/bash
FILE=$1
while read LINE; do
open $LINE
echo "URL $LINE open"
done < $FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment