lisp-practice/tktest/run-script.sh

5 lines
97 B
Bash
Raw Permalink Normal View History

2020-10-09 21:13:59 -04:00
#!/bin/sh
sbcl --core hello-world.core --noinform\
--eval "(progn (hello-world:main) (quit))"