From bcb89389c62c72bfb6831e89d5ced2a079d2f5eb Mon Sep 17 00:00:00 2001 From: Xavier Naveira Date: Wed, 23 May 2018 16:10:15 +0200 Subject: [PATCH] Make the scripts portable --- kubectx | 2 +- kubens | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.