Merge pull request #48 from xnaveira/portable

Make the scripts portable
This commit is contained in:
Ahmet Alp Balkan 2018-05-23 09:26:23 -07:00 committed by GitHub
commit b7af607a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. # 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. # kubenx(1) is a utility to switch between Kubernetes namespaces.