From 8f16311831fee57605105813420115b7dd61d2f3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 16 Jan 2025 11:44:14 -0800 Subject: Specify txrlisp in hash bang line. - Let's use #!/usr/bin/env txlisp. This way the compiler will translate that to txrvm, and so the program will work when unsuffixed, whether source code or compiled. --- mnpgr.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnpgr.tl b/mnpgr.tl index 4278f3e..46619c9 100755 --- a/mnpgr.tl +++ b/mnpgr.tl @@ -1,4 +1,4 @@ -#!/usr/bin/env txr +#!/usr/bin/env txrlisp ;; Copyright 2023 ;; Kaz Kylheku -- cgit v1.2.3