dotfiles/system/.config/cron/crontab
Severin Kaderli f602972a52
Remove notes and tasks scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2019-07-09 21:14:26 +02:00

14 lines
No EOL
309 B
Text

# SCRIPT NAME:
# .config/cron/crontab
#
# AUTHOR:
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This file contains my cronjobs.
#
# USAGE:
# This file is loaded on boot by crontab.
# Synchronize Google Drive every 15 minutes
*/15 * * * * $HOME/.local/bin/sync-drive 2>> $HOME/.local/log/cron.log