guile-user
[Top][All Lists]
Advanced

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

Re: scm2bin.scm 1.0


From: Paul Jarc
Subject: Re: scm2bin.scm 1.0
Date: Tue, 05 Aug 2003 11:48:49 -0400
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Thien-Thi Nguyen <address@hidden> wrote:
>   SHELL=/some/simple/guile-shell
>   08 * * * *  /home/ttn/etc/cron/hourly.scm

That should work, where guile-shell contains:
#!/bin/sh
# cron invokes "$SHELL" -c "command".  $1 is -c; $2 is the name of our script.
exec guile -s "$2"


paul




reply via email to

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