diff options
-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) |