lisp-practice/tktest/build-script.sh

8 lines
185 B
Bash
Raw Permalink Normal View History

2020-10-09 21:13:59 -04:00
#!/bin/sh
sbcl --eval "(progn
(compile-file \"ltk\")
(load \"ltk\")
(compile-file \"hello-world\")
(load \"hello-world\")
(save-lisp-and-die \"hello-world.core\"))"