X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/4bce58c333d7848d35ad28afd2eb01fd42a9c9ca..da455301f2c3e2cc7e8bd9154bfb714828be0f11:/zone diff --git a/zone b/zone index de68201..be7ac0d 100755 --- 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" "$@"