AboutSummaryRefsLogTreeCommitDiffStats
path: root/src/cron.in
blob: 97d49b40d447ceee336e75de64463117d1041ae9 (about) (plain) (blame)
1
2
3
4
5
6
7
8
#!%GUILE% --no-auto-compile
-*- scheme -*-
!#

(set! %load-path (cons "%modsrcdir%" %load-path))
(set! %load-compiled-path (cons "%modbuilddir%" %load-compiled-path))
(use-modules  (mcron scripts cron))
(main)