#!/bin/bash
# Wrapper to run fetch_email.py from anywhere
cd /app/mail-pdf-extractor
python3 fetch_email.py "$@"