X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/8996f767e047eefa8af4d01b1434b54f4c169b79..10427eb21d77a0edeb2f17e434515b91b420cdfb:/runlisp-base.conf diff --git a/runlisp-base.conf b/runlisp-base.conf index 692faa7..00bfa91 100644 --- a/runlisp-base.conf +++ b/runlisp-base.conf @@ -111,8 +111,12 @@ dump-image-prelude = ${ignore-shebang} ${set-script-feature}) +;; Full pathname to custom image. image-path = ${@image-dir}/${image-file} +;; Command to delete image. +delete-image = rm -f ${image-path} + ;;;-------------------------------------------------------------------------- [sbcl]