# Functions
IsExitStatus checks if given `err` is an exit status.
NewDefaultExecutor creates new default executor.
NewJobFromCommand creates new Job instance from given command.
# Structs
DefaultExecutor is a default executor used for jobs Uses `mvdan.cc/sh/v3/interp` under the hood.
Job is a linked list of jobs to execute by Executor.