branch: master commit b7dc61d0039cfffed040ffae6a6304136ac5dfdd Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Removed bootstrap.sh --- bootstrap.sh | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100755 index 2e616e9..0000000 --- a/bootstrap.sh +++ /dev/null @@ -1,24 +0,0 @@ -#! /bin/bash - -# Copyright (C) 2017 Ian Dunn - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -emacs \ - --batch \ - -l ede/proj -l ede/proj-elisp -l ede/proj-misc -l ede/proj-aux \ - --eval "(progn (global-ede-mode) \ - (setq ede-project-directories t) \ - (find-file \"Project.ede\") \ - (ede-proj-regenerate))"