mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-08 10:40:37 -05:00
6 lines
227 B
Text
Executable file
6 lines
227 B
Text
Executable file
~/sbcl-1.0.29-x86_64-darwin/run-sbcl.sh < compile >& compile.out
|
|
~/sbcl-1.0.29-x86_64-darwin/run-sbcl.sh << ENDOFSTDIN
|
|
(load "snark-system.lisp")
|
|
(make-snark-system)
|
|
(save-snark-system :name "snark64" :executable t)
|
|
ENDOFSTDIN
|