X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/4bce58c333d7848d35ad28afd2eb01fd42a9c9ca..afb5d9e651733a0e7aacf42f892422931041f637:/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" "$@"