From 4023323d5fa6e2220c864293e79c263bf9b2e61a Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 3 Jul 2026 11:32:09 +0300 Subject: [PATCH] shebangs --- clyx_manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clyx_manual.md b/clyx_manual.md index 0f4d42d..cb0caef 100644 --- a/clyx_manual.md +++ b/clyx_manual.md @@ -8,6 +8,8 @@ The Clyx runtime itself allows the programmer to redefine any already defined wo The conventional source file suffix for Clyx code is `.clx`. +With the reference implementation installed in a POSIX-compatible environment, Clyx program sources may be made executable if they start with a `#!/usr/bin/env clyx` shebang. + --- ## Conventions