about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-08-28 23:21:21 -0500
committerCase Duckworth2023-08-28 23:21:21 -0500
commit88fdf1680b6708f8bea5030af8301e073f85304a (patch)
tree97955d1e16f64211ab0efb0c71ecce8479bbc749
parentChange render semantics (diff)
downloadschmaltz-88fdf1680b6708f8bea5030af8301e073f85304a.tar.gz
schmaltz-88fdf1680b6708f8bea5030af8301e073f85304a.zip
Add shell trampoline for script usage
Why you'd want to do this is beyond me... but meh
-rwxr-xr-xschmaltz.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/schmaltz.scm b/schmaltz.scm index 9e0e64a..940ff76 100755 --- a/schmaltz.scm +++ b/schmaltz.scm
@@ -1,4 +1,8 @@
1;;; schmaltz --- the command-line program 1#!/bin/sh
2#| -*- scheme -*-
3exec csi -R r7rs -R utf8 -s "$0" "$@"
4schmaltz --- the command-line program
5|#
2 6
3(import (schmaltz) 7(import (schmaltz)
4 (scheme file) 8 (scheme file)