all repos — dotfiles @ 57201602be3288e111b01630c7d2e244b4653cc0

linux dotfiles

bin/cron/org-autocommit-cron

1 2 3 4 5 6 7 8 9 10 11
#!/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 remote | xargs -I B pass git pull B master
pass git remote | xargs -L1 pass git push