guile-user
[Top][All Lists]
Advanced

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

Re: scm2bin.scm 1.0


From: Thien-Thi Nguyen
Subject: Re: scm2bin.scm 1.0
Date: Tue, 05 Aug 2003 04:14:48 -0400

   Date: Mon, 04 Aug 2003 11:58:50 -0400
   From: address@hidden (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




reply via email to

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