https://github.com/JuliaLang/julia
Raw File
Tip revision: 6366a25fadf04f54aca0de4184cf82096a466886 authored by Kristoffer Carlsson on 08 February 2018, 12:08:23 UTC
print stdlibs and timings when they are loaded
Tip revision: 6366a25
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