Files
Substack_JV/update_and_run.sh
2024-01-01 20:09:48 +01:00

10 lines
142 B
Bash

#!/bin/bash
# Pull the latest changes
git fetch --all
git reset --hard origin/main
# Run your Python script
python Post_RSS_on_SubStack.py