mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-26 12:58:01 +01:00
6 lines
88 B
Go
6 lines
88 B
Go
package browser
|
|
|
|
func openBrowser(url string) error {
|
|
return runCmd("xdg-open", url)
|
|
}
|