all repos — dotfiles @ 048f69747b918284ff7856135fec4dc59c4a0cdd

linux dotfiles

bin/cron/org-autocommit-cron (view raw)

 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