#!/bin/sh sbcl --core hello-world.core --noinform\ --eval "(progn (hello-world:main) (quit))"