2022-11-21 23:17:51 -08:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
|
|
|
# {{ output "sha256sum" (joinPath .chezmoi.sourceDir "private_dot_config/crontab/config") }}
|
|
|
|
|
2022-11-23 23:58:18 -08:00
|
|
|
echo "Run onchange after crontab hook"
|
|
|
|
|
2022-11-21 23:17:51 -08:00
|
|
|
crontab < "$XDG_CONFIG_HOME/crontab/config"
|