This is a collection of scripts to open a link on all installed browsers on multiple OS's.
- Chrome
- Chrome Beta
- Firefox
- Internet Explorer
- Edge
Save the .bat file and double-click to run
Right click to paste a link
Hit enter to begin opening all browsers
Leave blank to close
Tested on Debian
- Chrome
- Firefox
-
Make sure this script is executable
$ chmod u+x LaunchAllBrowsers.sh -
Add to your PATH
Either by editing your ~/.profile or ~/.bashrc file:
export PATH="$PATH:/path/to/launch-all-browsers"OR
Adding a symlink:
$ cd /usr/local/bin $ sudo ln -s /path/to/launch-all-browsers/LaunchAllBrowsers.sh launch-all-browsers