all repos — dotfiles @ 36d4b71f1c0202815bab020d2f9da638c6319b86

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