From d781d2faa4e7216cd4fd25922a60727a0cdc361b Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 7 Dec 2014 02:11:04 +0000 Subject: Create the script that runs the bot --- sx-bot.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 sx-bot.sh (limited to 'sx-bot.sh') diff --git a/sx-bot.sh b/sx-bot.sh new file mode 100755 index 0000000..176e454 --- /dev/null +++ b/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 -- cgit v1.2.3