MacOS X App Octave Shell Script: Difference between revisions

Mark as outdated.
(The readlink command is valid Linux syntax but does not work on MacOS. Replace the "readlink -f" with "read link -n")
(Mark as outdated.)
 
Line 1: Line 1:
{{Warning|This page is outdated (October 2019). For more recent information, see [[Octave for macOS]].}}
The script below is intended to be part of a [[Create_a_MacOS_X_App_Bundle_Using_MacPorts|MacOS X App bundle for Octave]]. This script is called by the [[MacOS_X_App_Launcher_Script|App launcher script]]. The script is responsible for initializing the shell environment and running Octave.
The script below is intended to be part of a [[Create_a_MacOS_X_App_Bundle_Using_MacPorts|MacOS X App bundle for Octave]]. This script is called by the [[MacOS_X_App_Launcher_Script|App launcher script]]. The script is responsible for initializing the shell environment and running Octave.


Line 171: Line 173:
   end tell
   end tell
EOF</nowiki>
EOF</nowiki>
[[Category:Outdated pages]]