MacOS X App Launcher Script: Difference between revisions

Mark as outdated.
(Update to script included in Octave-X86_64-3.7.0+v3.dmg)
(Mark as outdated.)
 
Line 1: Line 1:
{{Warning|This page is outdated (October 2019). For more information, see [[Octave for macOS]].}}
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.
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
Line 28: Line 30:
   open -F -a Terminal "${ROOT}/bin/octave"
   open -F -a Terminal "${ROOT}/bin/octave"
fi</nowiki>
fi</nowiki>
[[Category:Outdated pages]]