Octave for macOS: Difference between revisions

No edit summary
Line 71: Line 71:


<code>
<code>
tell application "Terminal"
 
do script "/path/to/octave; exit"
tell application "Terminal"
end tell
  do script "/path/to/octave; exit"
end tell
 
</code>
</code>


Anonymous user