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 600ac61 commit c7b5ffaCopy full SHA for c7b5ffa
contrib/mac/app/startup.applescript
@@ -1,4 +1,3 @@
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 '" & JuliaPath & "'"
0 commit comments