https://github.com/JuliaLang/julia
Raw File
Tip revision: 5d4eaca0c9fa3d555c79dbacdccb9169fdf64b65 authored by Alex Arslan on 08 August 2018, 11:00:43 UTC
Set VERSION to 1.0.0
Tip revision: 5d4eaca
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