We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51214a7 commit dda37f9Copy full SHA for dda37f9
contrib/mac/app/startup.applescript
@@ -1,4 +1,4 @@
1
set RootPath to (path to me)
2
set JuliaPath to POSIX path of ((RootPath as text) & "Contents:Resources:julia:bin:julia")
3
set JuliaFile to POSIX file JuliaPath
4
-tell application id "com.apple.finder" to open JuliaFile
+do shell script "open -a Terminal '" & JuliaFile & "'"
0 commit comments