https://github.com/JuliaLang/julia
Raw File
Tip revision: 3bf9d0e26385bd1cf33926b97ac86f6b7ef46c4b authored by Jeff Bezanson on 24 August 2021, 23:31:55 UTC
wip
Tip revision: 3bf9d0e
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