#!/bin/bash
# Automated Farm Match workflow
# Run this weekly to keep your Properstar favorites clean!

cd "$(dirname "$0")"

echo "🌿 Starting automated Farm Match workflow..."
echo ""

/usr/bin/python3 auto_workflow.py

echo ""
echo "✅ Workflow complete!"
