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.

14 lines
359 B

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