From 28cadb970ca0b1ae6cde58d09eadb6af89999ddf Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 7 Nov 2017 08:47:26 -0800 Subject: Remove bin, this is now in it's own repo --- bin/update-emacs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 bin/update-emacs (limited to 'bin/update-emacs') diff --git a/bin/update-emacs b/bin/update-emacs deleted file mode 100755 index 8f3a932..0000000 --- a/bin/update-emacs +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -if [ $(uname) != "Darwin" ]; then - echo "This script only works for OS X." - exit 1 -fi - -brew upgrade emacs --HEAD -- cgit v1.2.3