exit-hooks

BSD

Call registered function when Common Lisp Exits.

$ area51 add exit-hooksCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(exit-hooks:some-function ...)