lisp-executable
Library for defining and creating executables that can be called from the Unix shell.
$ area51 add lisp-executableCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lisp-executable:some-function ...)