install.fairie/dotfiles/.local/share/chezmoi/home/run_onchange_after_crontab.tmpl

8 lines
198 B
Cheetah
Raw Normal View History

#!/usr/bin/env sh
# {{ output "sha256sum" (joinPath .chezmoi.sourceDir "private_dot_config/crontab/config") }}
echo "Run onchange after crontab hook"
crontab < "$XDG_CONFIG_HOME/crontab/config"