#!/bin/bash # Run Data Intelligence Report Generator SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "$SCRIPT_DIR" # Activate virtual environment and run source .venv/bin/activate python main.py "$@"