aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/cron/task.cron
blob: 7521cca6691e8d56706cd9b7c6c8e3bfb3dfbc33 (plain)
1
2
# Push changes on ~/.task
*/20 * * * * cd ~/.task && git add * && git commit -am update && git push origin 2>&1