small pixel drawing of a pufferfish enby

enby

1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/bin/sh

    printf %s "\
  enby
    a simple binary runner

  commands
    [d]aemon <config> - Run enby in daemon-mode.
    [l]ogs   <binary> - Print stdout/stderr for a binary.
    [r]eload          - Reload config file.
    [s]tatus          - Check the status of all binaries.
"
    exit 0
}