Add kubectl-bkl
This commit is contained in:
9
cmd/kubectl-bkl/main.go
Normal file
9
cmd/kubectl-bkl/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/gopatchy/bkl/wrapper"
|
||||
)
|
||||
|
||||
func main() {
|
||||
wrapper.WrapOrDie("kubectl")
|
||||
}
|
||||
Reference in New Issue
Block a user