Re: scm2bin.scm 1.0
Thien-Thi Nguyen <[email protected]>
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Message-ID | <[email protected]> |
Date: Mon, 04 Aug 2003 11:58:50 -0400 From: [email protected] (Paul Jarc) Why not just add the usual stanza at the top of SCRIPT, and use SCRIPT alone as the SHELL value? cron expects SHELL to name a command interpreter, not a cron job. other formulations that may (i haven't tried them) work: SHELL=/home/ttn/local/bin/guile 08 * * * * -s /home/ttn/etc/cron/hourly.scm SHELL=/some/simple/guile-shell 08 * * * * /home/ttn/etc/cron/hourly.scm thi _______________________________________________ Guile-user mailing list [email protected] http://mail.gnu.org/mailman/listinfo/guile-user