chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] using test-infrastructure in chicken-1.63


From: Ruhi Bloodworth
Subject: Re: [Chicken-users] using test-infrastructure in chicken-1.63
Date: Tue, 02 Nov 2004 23:16:46 -0600
User-agent: Mozilla Thunderbird 0.8 (X11/20040926)

Thanks Felix and Thomas,

I was also given the following shell magic solution, which allows the same file to be executed and loaded and can pass an arbitrary number of arguments and options to csi but looks scary.


#! /bin/sh
#|
exec csi -hygienic -script "$0" ${1+"$@"}
|#
...<your code>


Regards,
Ruhi Bloodworth




reply via email to

[Prev in Thread] Current Thread [Next in Thread]