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

(set! %load-path (cons "/usr/share/guile/site/3.0" %load-path))
(set! %load-compiled-path (cons "/usr/lib/aarch64-linux-gnu/guile/3.0/site-ccache" %load-compiled-path))
(apply (@ (shepherd scripts reboot) main) (cdr (command-line)))
