blob: 76001afa4adab13b93b96b8e7ebde1ff43132e0f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/usr/bin/bash
git branch gh-pages &&
git pull &&
emacs -Q --batch -L "./" -L "./bot/" -l sx-bot -f sx-bot-fetch-and-write-tags &&
git commit . &&
git push &&
echo SUCCESS
|