aboutsummaryrefslogtreecommitdiff
path: root/bot/sx-bot.sh
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-08 12:27:31 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-08 12:27:31 +0000
commitf97c84c2d4a0a8ef6e53333a0a5c528397ccaded (patch)
treec2a303a6d5f0bfe21858287dbd913dac1b8564bf /bot/sx-bot.sh
parentd781d2faa4e7216cd4fd25922a60727a0cdc361b (diff)
Move the script to a subdir,.
So it's not caught by Melpa
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