https://github.com/JuliaLang/julia
Raw File
Tip revision: 84786d6ab0aa7ace261a655615f6ca3747fb21cc authored by Shuhei Kadowaki on 24 January 2024, 11:43:22 UTC
add test cases from #47664
Tip revision: 84786d6
startup.applescript
set RootPath to (path to me)
set JuliaPath to POSIX path of ((RootPath as text) & "Contents:Resources:julia:bin:julia")
set JuliaFile to POSIX file JuliaPath
tell application id "com.apple.finder" to open JuliaFile
back to top