diff options
author | Case Duckworth | 2023-08-28 23:21:21 -0500 |
---|---|---|
committer | Case Duckworth | 2023-08-28 23:21:21 -0500 |
commit | 88fdf1680b6708f8bea5030af8301e073f85304a (patch) | |
tree | 97955d1e16f64211ab0efb0c71ecce8479bbc749 | |
parent | Change render semantics (diff) | |
download | schmaltz-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-x | schmaltz.scm | 6 |
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 -*- | ||
3 | exec csi -R r7rs -R utf8 -s "$0" "$@" | ||
4 | schmaltz --- the command-line program | ||
5 | |# | ||
2 | 6 | ||
3 | (import (schmaltz) | 7 | (import (schmaltz) |
4 | (scheme file) | 8 | (scheme file) |