exit-hooks
Call registered function when Common Lisp Exits.
$ area51 add exit-hooksCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(exit-hooks:some-function ...)Call registered function when Common Lisp Exits.
$ area51 add exit-hooksCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(exit-hooks:some-function ...)