Skip to content

Instantly share code, notes, and snippets.

View CodeWithYagnesh's full-sized avatar

Yagnesh Jariwala CodeWithYagnesh

View GitHub Profile
#!/bin/bash
# filepath: f:\mydata\k8s\install_k8s.sh
# Define colors for output
GREEN="\033[0;32m"
RED="\033[0;31m"
YELLOW="\033[0;33m"
BLUE="\033[0;34m"
CYAN="\033[0;36m"
RESET="\033[0m"