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