6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
branch="$(git describe --contains --all HEAD)"
|
|
|
|
xdg-open "https://$branch.monorepo.icing.k8s.gmoker.com"
|