Skip to content

Instantly share code, notes, and snippets.

View joesoc's full-sized avatar
🏠
Working from home

Vinay Joseph joesoc

🏠
Working from home
  • Melbourne Australia
View GitHub Profile
#!/bin/bash
# Define ANSI color codes
RED='\033[0;31m' # Red for failure/no response
GREEN='\033[0;32m' # Green for success
AMBER='\033[0;33m' # Amber/Yellow for error but service up
NC='\033[0m' # No Color (reset)
# --- Configuration ---
ENV_FILE="aci_components.env"