aboutsummaryrefslogtreecommitdiff
path: root/bot/sx-bot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bot/sx-bot.sh')
-rwxr-xr-xbot/sx-bot.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bot/sx-bot.sh b/bot/sx-bot.sh
new file mode 100755
index 0000000..176e454
--- /dev/null
+++ b/bot/sx-bot.sh
@@ -0,0 +1,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