https://github.com/JuliaLang/julia
Raw File
Tip revision: f23fc0d27a84f7332c74009c534ee5205a7ca29c authored by Kristoffer Carlsson on 20 October 2021, 12:45:02 UTC
release-1.7: set VERSION to 1.7-rc2 (#42716)
Tip revision: f23fc0d
startup.applescript
set RootPath to POSIX path of (path to me)
tell application id "com.apple.terminal"
  do script ("exec '" & RootPath & "Contents/Resources/julia/bin/julia'")
  activate
end tell
back to top