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
491 B

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