Re: How to call a local function from a mcron job?

2020-12-22 Thread EuAndreh via
That makes sense. I'll try it later and report back. Thanks!

How to call a local function from a mcron job?

2020-11-29 Thread EuAndreh
Hi Guix! I wrote a Guile function that works like a script that take no arguments and interacts with the filesystem, something like: (define (my-fn) ...) It is a wrapper over other functions defined in the same file, and calls them in the right order. Then I wanted to make this function