Clean way to launch the web browser from shell script?

前端 未结 6 1621
独厮守ぢ
独厮守ぢ 2020-12-04 07:58

In a bash script, I need to launch the user web browser. There seems to be many ways of doing this:

  • $BROWSER
  • xdg-open
  • <
6条回答
提交回复
热议问题