X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/b85ef4e407e433ec2b2b40c2a38957f955f827fc..a1428e57b84e21a39b99b019329849394e9f7cb7:/zone diff --git a/zone b/zone index 8befb1d..be7ac0d 100755 --- a/zone +++ b/zone @@ -1,5 +1,2 @@ -#! /usr/local/bin/runlisp -;;; -*-lisp-*- - -(clc:clc-require "zone") -(zone.frontend:main) +#! /bin/sh +exec cl-launch -s zone -i '(zone.frontend:main)' -- "$0" "$@"