Compare commits

...

2 Commits

Author SHA1 Message Date
Yanxin Lu
2bd9da6326 Merge branch 'main' of ssh://git.luyanxin.com:8103/lyx/youlu-openclaw-workspace
merge
2026-02-22 10:48:50 -08:00
Yanxin Lu
0183070e48 modified 2026-02-22 10:48:04 -08:00

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" "$@"