https://github.com/JuliaLang/julia
Raw File
Tip revision: 381693d3dfc9b7072707f6d544f82f6637fc5e7c authored by Kristoffer Carlsson on 14 April 2020, 17:20:20 UTC
Set VERSION to 1.4.1 (#35467)
Tip revision: 381693d
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