Dotfiles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
490 B

12 years ago
# crontab
#
# Изменён: Ср 28 авг 2013 18:47:11
12 years ago
#
# MIN HOUR DAY MONTH DAYOFWEEK COMMAND
# Проверка почты
*/10 * * * * ~/.shellrc/bin/scripts/checkmail
# Доступные обновления системы
* */3 * * * ~/.shellrc/bin/scripts/slacklog > ~/.shellrc/var/log/updates
# Удаление файлов, к которым не обращались дольше трёх месяцев
* * */10 * * ~/.shellrc/bin/exec/delolder 90 ~/.shellrc/var/vim/
12 years ago