shrapnl
#!/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 }