# desmoctl A tool for controlling a desmofylakas cluster written in Chicken Scheme. ## Installation Install [Chicken Scheme](https://wiki.call-cc.org/platforms). You also need to have these available in PATH: tar make Install dependencies, build and install to your preferred location: make deps make PREFIX=$HOME/.local/bin/ make install ## Usage See `desmoctl help`. ## Development Run the tool in the interpreter: # Set DEBUG=1 to show debug prints # Set INLINE_TESTS=1 to run unit tests before execution csi -s run.scm ## Copyright © Desmofylakas Core Team 2024