#!/usr/bin/guile --no-auto-compile
-*- scheme -*-
!#

(set! %load-path (cons "/usr/share/guile/site/2.2" %load-path))
(set! %load-compiled-path (cons "/usr/lib/guile/2.2/site-ccache" %load-compiled-path))
(apply (@ (shepherd scripts herd) main) (cdr (command-line)))
