all repos — dotfiles @ bcfc0f1df8bc96daf0c3701b392451c2ba5bea62

linux dotfiles

bin/cron/org-autocommit-cron

1 2 3 4 5
#!/bin/sh

cd $HOME/docs/org
git add . && git commit -m "auto commit: $(whoami)@$(hostname)"
ping -q -c 1 google.com >/dev/null && git push