diff --git a/kubectx b/kubectx index 67714aa..c3271ea 100755 --- a/kubectx +++ b/kubectx @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # kubectx(1) is a utility to manage and switch between kubectl contexts. diff --git a/kubens b/kubens index 28affc4..cbf26a7 100755 --- a/kubens +++ b/kubens @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # kubenx(1) is a utility to switch between Kubernetes namespaces.