bin/cron/org-autocommit-cron
#!/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