5 lines
97 B
Bash
5 lines
97 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sbcl --core hello-world.core --noinform\
|
||
|
--eval "(progn (hello-world:main) (quit))"
|