open browser in bash Nov 30, 2022 • ulysses Here’s a nice little command to open a browser from Bash. #!/bin/bash open https://domain.com/path/to/web/page/index.html You can use this command to open a web page from your script.