This commit is contained in:
Yanxin Lu
2026-02-22 10:48:04 -08:00
parent 2345e32cab
commit 0183070e48

4
scripts/news_digest/run.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec uv run --python 3.12 --with-requirements "$SCRIPT_DIR/requirements.txt" "$SCRIPT_DIR/main.py" "$@"