frontend.lisp: Hack around CLisp's bizarreness.
[zone] / zone
diff --git a/zone b/zone
index de68201..be7ac0d 100755 (executable)
--- a/zone
+++ b/zone
@@ -1,6 +1,2 @@
-#! /usr/local/bin/runlisp
-;;; -*-lisp-*-
-
-(clc:clc-require "mdw")
-(clc:clc-require "zone")
-(zone.frontend:main)
+#! /bin/sh
+exec cl-launch -s zone -i '(zone.frontend:main)' -- "$0" "$@"