4 lines
186 B
Bash
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' |