Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

save crontab python to file

# Appending
* * * * * cd /path/to/file && python3 script.py >> output.log 2>&1
 
PREVIOUS NEXT
Tagged: #save #crontab #python #file
ADD COMMENT
Topic
Name
4+8 =