https://github.com/JuliaLang/julia
Raw File
Tip revision: bd84fa1bad1e08b5c368999aa9b07e4382f54910 authored by Tony Kelman on 31 March 2017, 12:58:56 UTC
Tag 0.6.0-pre.beta (#21232)
Tip revision: bd84fa1
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