5 lines
158 B
Bash
5 lines
158 B
Bash
#!/usr/bin/env sh
|
|
|
|
# {{ output "sha256sum" (joinPath .chezmoi.sourceDir "private_dot_config/crontab/config") }}
|
|
|
|
crontab < "$XDG_CONFIG_HOME/crontab/config"
|