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.
cloud engineer
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.