small pixel drawing of a pufferfish enby

shrapnl

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

    printf %s "\
  shrapnl
    a simple task machine

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