Add kubectl-bkl

This commit is contained in:
Ian Gulliver
2023-07-20 16:30:47 -07:00
parent 71b2358dc7
commit 63ffd5a168
3 changed files with 88 additions and 58 deletions

9
cmd/kubectl-bkl/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"github.com/gopatchy/bkl/wrapper"
)
func main() {
wrapper.WrapOrDie("kubectl")
}