about summary refs log tree commit diff stats
path: root/schmaltz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'schmaltz.scm')
-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)