https://github.com/JuliaLang/julia
Raw File
Tip revision: 29bc2acd945e74a067d2904c59ab461a1a145e26 authored by Tony Kelman on 28 February 2017, 13:15:45 UTC
feature freeze master for 0.6-pre (#20762)
Tip revision: 29bc2ac
mk_julia_flisp_boot.scm
(set! lastpwd (path.cwd))
(path.cwd (cadr *argv*))
(load (caddr *argv*))
(path.cwd lastpwd)
(make-system-image (cadddr *argv*))
back to top