2025-01-18 13:15:14 +01:00

7 lines
247 B
Bash
Executable File

#!/usr/bin/env bash
# Get the directory where the script is located
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Change to the script directory and run the Python script using uv
cd "$SCRIPT_DIR" && uv run python src/main.py