7 lines
116 B
Bash
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 |