https://github.com/JuliaLang/julia
Raw File
Tip revision: 36cc20cb2a95884116b50f93056ddfe7bcc4b9d4 authored by Jeff Bezanson on 16 December 2018, 22:17:46 UTC
fix unionall env in showing nested method static parameters (#30395)
Tip revision: 36cc20c
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