AboutSummaryRefsLogBlameCommitDiffStats
path: root/src/cron.in
blob: 25ad2730522f74688022044ca5299c0833ee460b (plain) (tree)
1
2
3
4
5
6
7
8
9



                           




                                                                        
      
#!%GUILE% --no-auto-compile
-*- scheme -*-
!#

(unless (getenv "MCRON_UNINSTALLED")
  (set! %load-path (cons "%modsrcdir%" %load-path))
  (set! %load-compiled-path (cons "%modbuilddir%" %load-compiled-path)))

(use-modules (mcron scripts cron))
(main)