Files
Substack_JV/update_and_run.sh
2024-01-01 19:28:54 +01:00

7 lines
116 B
Bash

#!/bin/bash
# Pull the latest changes
git pull origin main
# Run your Python script
python Post_RSS_on_SubStack.py