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

12 years ago
# crontab
#
5 years ago
# Изменён: Ср 19 фев 2020 18:26:38
12 years ago
#
# MIN HOUR DAY MONTH DAYOFWEEK COMMAND
# Проверка почты
*/10 * * * * ~/.shellrc/bin/scripts/checkmail
5 years ago
# Обновление RSS
*/30 * * * * /usr/bin/newsboat -x reload
12 years ago
# Удаление файлов, к которым не обращались дольше трёх месяцев
* * */10 * * ~/.shellrc/bin/exec/delolder 90 ~/.shellrc/var/vim/
12 years ago