3 lines
66 B
Bash
3 lines
66 B
Bash
|
#!/bin/sh
|
||
|
cd public_html/
|
||
|
python3 main.py && python3 rss_update.py
|