Well... I'm lazy in fact, but it proves useful if you need to do it for a bunch of sites and it also becomes a reference "document" that's available in an organized place, my PC, and not the internet.
Best regards
For linux and firefox:
#!/bin/bash
DOMAIN=$1
BROWSER="firefox"
firefox siteurlhere/$DOMAIN
Repeate the firefox line and use like:
# sh script.sh yourdomain.com
It will open a window with all the URLs in tabs, which you can dismiss quickly.
Sorry about the lack of URLs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.