diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2025-01-16 11:44:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2025-01-16 11:44:14 -0800 |
commit | 8f16311831fee57605105813420115b7dd61d2f3 (patch) | |
tree | 54e1ba89ae5799c17cce134822e52b8a1c9a2b63 | |
parent | c16466e9d12aeea064fa3b0d2b3f0823c152b5f8 (diff) | |
download | mnpgr-8f16311831fee57605105813420115b7dd61d2f3.tar.gz mnpgr-8f16311831fee57605105813420115b7dd61d2f3.tar.bz2 mnpgr-8f16311831fee57605105813420115b7dd61d2f3.zip |
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.
-rwxr-xr-x | mnpgr.tl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env txr +#!/usr/bin/env txrlisp ;; Copyright 2023 ;; Kaz Kylheku <kaz@kylheku.com> |