diff --git a/contrib/mac/app/script b/contrib/mac/app/script index 3d513916c171d..9a4e46c939314 100755 --- a/contrib/mac/app/script +++ b/contrib/mac/app/script @@ -1,38 +1,9 @@ #!/bin/sh -# Copyright (C) 2007, Thomas Treichl and Paul Kienzle -# Copyright (C) 2008-2009, Thomas Treichl -# Copyright (C) 2013, Viral B. Shah (Adapted for Julia from Octave) -# -# 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 . ROOT="${0%/script}" - -# This is the startup procedure written as AppleScript to open a -# Terminal.app (if the Terminal.app is not already running) and start -# the Julia program. -# 20071007 removed: open -a /Applications/Utilities/Terminal.app osascript 2>&1>/dev/null <