diff options
author | Darren Bane <darren.bane@gmail.com> | 2020-05-16 00:53:49 +0100 |
---|---|---|
committer | Darren Bane <darren.bane@gmail.com> | 2020-05-16 00:53:49 +0100 |
commit | ed8ee9966b2839cb1e9255bfae5f857480f70687 (patch) | |
tree | 473ee9ff539a5ccfeac532ce7627330c96cd841a | |
parent | c066ab2a55a069802009568a051673b3505503d4 (diff) | |
download | lsp-ed8ee9966b2839cb1e9255bfae5f857480f70687.tar.gz |
Shebang
-rw-r--r-- | comal.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comal.lsp b/comal.lsp index de603ad..5615b91 100644 --- a/comal.lsp +++ b/comal.lsp @@ -1,3 +1,4 @@ +#!/Users/dbane/openlisp-10.9.0/uxlisp -shell ;; Does it make more sense to write everything in Lisp rather than a split Lisp/COMAL design? (defun one-command-h (c) |