Skip to content

Instantly share code, notes, and snippets.

@JannyKhan
Last active June 21, 2019 19:16
Show Gist options
  • Save JannyKhan/1f5f1e9a0f6af6469aa8cf2dea9bfdf8 to your computer and use it in GitHub Desktop.
Save JannyKhan/1f5f1e9a0f6af6469aa8cf2dea9bfdf8 to your computer and use it in GitHub Desktop.
list_open.sh
#!/bin/bash
filename=$1
while read -r line
do
firefox -new-tab https://$line
done < "$filename"
@JannyKhan
Copy link
Author

facebook.com/
twitter.com/
google.com/
youtube.com/
linkedin.com/
wordpress.org/
instagram.com/
pinterest.com/
wikipedia.org/
wordpress.com/
blogspot.com/
adobe.com/
apple.com/
tumblr.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment