aboutsummaryrefslogtreecommitdiff
path: root/bot/sx-bot.sh
blob: 176e4543596a05fff9dbf341d10264456f37c1e8 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/bash

git branch gh-pages &&
    git pull &&
    emacs -Q --batch -L "./" -l sx-bot -f sx-bot-fetch-and-write-tags &&
    git commit . &&
    git push &&
    echo SUCCESS