From 88fdf1680b6708f8bea5030af8301e073f85304a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 28 Aug 2023 23:21:21 -0500 Subject: Add shell trampoline for script usage Why you'd want to do this is beyond me... but meh --- schmaltz.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/schmaltz.scm b/schmaltz.scm index 9e0e64a..940ff76 100755 --- a/schmaltz.scm +++ b/schmaltz.scm @@ -1,4 +1,8 @@ -;;; schmaltz --- the command-line program +#!/bin/sh +#| -*- scheme -*- +exec csi -R r7rs -R utf8 -s "$0" "$@" +schmaltz --- the command-line program +|# (import (schmaltz) (scheme file) -- cgit 1.4.1-21-gabe81