Last active
January 23, 2020 08:52
-
-
Save blohinn/ad70e96626aa22957d292bf31ae97b78 to your computer and use it in GitHub Desktop.
Запуск python скриптов через cron в sh обертке
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * /home/blohinn/project/run-python-script-wrapper.sh > /tmp/cronlog.log 2>&1 | |
Спец. символы bash: | |
http://www.linux-ink.ru/static/Docs/Courses/adv-user-guide/adv-user-guide/ch02s03.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment