Files
hermes-config/scripts/send_reading_digest.sh
T

4 lines
186 B
Bash

#!/bin/bash
# Wrapper: run digest script, output ONLY the digest (strip log lines and banner)
cd /root/.hermes
python3 scripts/weekly_reading_digest.py 2>/dev/null | sed -n '/^📚/,$ p'