Skip to content

Instantly share code, notes, and snippets.

@blohinn
Last active January 23, 2020 08:52
Show Gist options
  • Save blohinn/ad70e96626aa22957d292bf31ae97b78 to your computer and use it in GitHub Desktop.
Save blohinn/ad70e96626aa22957d292bf31ae97b78 to your computer and use it in GitHub Desktop.
Запуск python скриптов через cron в sh обертке
* * * * * /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