aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cron/task.cron
blob: 938ed4cb79ee1a10cc73a0c9fc2bdbb02a64e8d3 (plain)
1
2
# Push changes on ~/.task
0 * * * * (cd ~/.task && git add * && git commit -am update && git push origin &>/dev/null &)