AboutSummaryRefsLogBlameCommitDiffStats
path: root/src/mcron.in
blob: 268743cb07b9e00e099ec5db3aa34a9eec65b138 (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 mcron))
(main)