How do I write a simple shell script (say script.sh), so that I can pass a URL as an argument while executing?
I want a browser to start with the page opened on that URL
start "" "browser_location" "address"
For example:
start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "https://google.com"