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