mirror of
https://github.com/shabbirkagalwala/CentOS-Cron-Docker.git
synced 2021-05-12 18:32:11 +03:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
SHELL=/bin/bash
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
MAILTO=root
|
|
|
|
* * * * * echo "hello" >> /hello.txt
|
|
#empty line |