Adding IKS functionality to kubemark

This commit is contained in:
Brandon Dalla Rosa
2018-06-19 16:43:07 -04:00
parent 8b4cdd0f85
commit 510f6b8916
7 changed files with 586 additions and 0 deletions

View File

@@ -787,6 +787,8 @@ if [[ -z "${color_start-}" ]]; then
declare -r color_red="${color_start}0;31m"
declare -r color_yellow="${color_start}0;33m"
declare -r color_green="${color_start}0;32m"
declare -r color_blue="${color_start}1;34m"
declare -r color_cyan="${color_start}1;36m"
declare -r color_norm="${color_start}0m"
fi