Make the scripts portable

This commit is contained in:
Xavier Naveira 2018-05-23 16:10:15 +02:00 committed by Xavier Naveira
parent f986c148b2
commit bcb89389c6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# kubectx(1) is a utility to manage and switch between kubectl contexts.

2
kubens
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# kubenx(1) is a utility to switch between Kubernetes namespaces.