aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 207a693b9362c32efda909595854637e27635751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# desmoctl

A tool for controlling a desmofylakas cluster written in Chicken Scheme.

## Installation

Install [Chicken Scheme](https://wiki.call-cc.org/platforms).

Run the tool in the interpreter with tests:

    INLINE_TESTS=1 csi -s desmoctl.scm

Compile the tool for production.

    csc -O3 -o desmoctl desmoctl.scm

## Usage

See `desmoctl help`.