MacOS X App Launcher Script: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
This shell script below is used to launch the MacOS X Terminal.app which will then run the [[MacOS_X_App_Octave_Shell_Script| Octave shell script]], which will initialize the shell environment and run Octave. The name of the script below is just "script" and is used as the MacOS X App bundle launcher script.
This shell script below is intended to as the launch script for the [[Create_a_MacOS_X_App_Bundle_Using_MacPorts| MacOS X App bundle]] used to launch the MacOS X Terminal.app which will then run the [[MacOS_X_App_Octave_Shell_Script| Octave shell script]], which will initialize the shell environment and run Octave. The name of the script below is just "script" and is used as the MacOS X App bundle launcher script.
  <nowiki>#!/bin/sh
  <nowiki>#!/bin/sh
# Copyright (C) 2007, Thomas Treichl and Paul Kienzle
# Copyright (C) 2007, Thomas Treichl and Paul Kienzle
364

edits