10 lines
142 B
Bash
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 |