flake-update-20260201
 1#+TITLE: hl, home-lab dispatcher
 2
 3This is a tool that encapsulate behavior and knowledge from my home
 4network. The idea is that for things like wake-on-lan, etc. I can
 5easily run a command.
 6
 7#+begin_src bash
 8  $ hl wake-up shikoku  # wakes up shikoku
 9  $ hl poweroff shikoku # shuts down shikoku (using ssh, …)
10#+end_src