bin/cron/org-autocommit-cron
#!/bin/sh cd $HOME/docs/org cmsg=$(git status -s) git add . && git commit -m "auto commit: $(whoami)@may"\ -m "$cmsg" ping -q -c 1 google.com >/dev/null && git push && git push glix cd $HOME pass git pull && pass git push && pass git push github