From 58bd6a150d5296d7abc28824b5783532066684ef Mon Sep 17 00:00:00 2001 From: pho4cexa Date: Sun, 4 Dec 2022 12:17:29 -0800 Subject: [PATCH] add shebang line so we can use without compilation --- main.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.scm b/main.scm index a371f13..ce8d2f4 100644 --- a/main.scm +++ b/main.scm @@ -1,3 +1,5 @@ +#!/usr/bin/csi -ss + (import utf8 lowdown (chicken string)