Open your favorite websites with easy!
Open urls.txt
and insert your favorite websites!
Just open urlop.bat
# In case does not work on the first try, use this command:
$ sudo chmod +x urlop.sh
# Then open using this command:
$ ./urlop.sh
You need to change the code base on your browser that you need.
I use Safari as an example. If you want to switch to another browser, you can follow these steps:
- Open
urlop.sh
using your text editor. - On line 12, change "Safari" to your browser. Example:
open -a "Google Chrome" $line
- Save and its ready to use.
# In case does not work on the first try, use this command:
$ sudo chmod +x urlop.sh
# Then open using this command:
$ ./urlop.sh
Any suggest or something wrong? Just create an issue.