4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh
|
|
cd domains/onecatper.day/public_html
|
|
python3 main.py && python3 rss_update.py
|