diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:03:14 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 17:32:38 -0500 |
commit | 6a928ec93da30723f950a302cfdd6b3cf3f360d5 (patch) | |
tree | 624b5cd379f16c98effcc6d25530f2ca0716e335 /.config/cron/crontab | |
parent | 3c6e11e297d488aee52f225b1a65d9453119812b (diff) |
move .crontab* into .config/cron
Diffstat (limited to '.config/cron/crontab')
-rw-r--r-- | .config/cron/crontab | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/cron/crontab b/.config/cron/crontab new file mode 100644 index 0000000..e396cef --- /dev/null +++ b/.config/cron/crontab @@ -0,0 +1,3 @@ +# m h dom mon dow command +*/5 * * * * cd $HOME/.config && make +*/5 * * * * offlineimap-runner 2 -u quiet |