From f97c84c2d4a0a8ef6e53333a0a5c528397ccaded Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 8 Dec 2014 12:27:31 +0000 Subject: Move the script to a subdir,. So it's not caught by Melpa --- bot/sx-bot.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bot/sx-bot.sh (limited to 'bot/sx-bot.sh') 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 -- cgit v1.2.3