Compare commits
2 Commits
84c6f3de12
...
2bd9da6326
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bd9da6326 | ||
|
|
0183070e48 |
4
scripts/news_digest/run.sh
Executable file
4
scripts/news_digest/run.sh
Executable 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" "$@"
|
||||
Reference in New Issue
Block a user