https://github.com/JuliaLang/julia
Raw File
Tip revision: 54c18a7d984fd83700e243f27ef49eb345e987de authored by Jeff Bezanson on 19 December 2018, 23:27:29 UTC
wip latency hacks
Tip revision: 54c18a7
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