#!/bin/sh set -e # see: https://github.com/dubiousjim/dcron/issues/13 # ignore using `exec` for `dcron` to get another pid instead of `1` # exec "$@" exec "$@"