Re: scm2bin.scm 1.0
[email protected] (Paul Jarc)
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Thien-Thi Nguyen <[email protected]> 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 _______________________________________________ Guile-user mailing list [email protected] http://mail.gnu.org/mailman/listinfo/guile-user