#!/bin/bash # Color variables for logging. RESET="\033[0m" GREEN="\033[1;32m" YELLOW="\033[1;33m" RED="\033[1;31m"