https://github.com/JuliaLang/julia
Raw File
Tip revision: f18655ed3c7f406fef1c8fe9e6761dbbe714b073 authored by Alex Arslan on 12 August 2019, 20:32:21 UTC
Set VERSION to 1.2.0-rc3 (#32869)
Tip revision: f18655e
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