diff --git a/tools/asdf-tools b/tools/asdf-tools index d82f64843148485c2ea031032b7293197b413cb3..7b3b989860c90cd049a2be86885dce0a626b8ccc 100755 --- a/tools/asdf-tools +++ b/tools/asdf-tools @@ -1,6 +1,7 @@ ":" ; exec sbcl --script "$0" "$@" ; exit # -*- Lisp -*- ;;;;; Really runs on any decent Common Lisp implementation -;;;;; Can also be invoked by cl-launch 4: cl-launch -sp asdf-tools -r restart -- "$@" +;;;;; Can also be invoked by cl-launch 4: +;;;;; cl-launch -sp asdf-tools -r entry-point -- "$@" (in-package :cl-user) ;; That may be default, but let's make double sure and tell SLIME.