repeat - Run a give command repeatedly


NAME

repeat - Run a give command repeatedly


SYNOPSIS

repeat <COMMAND> [<ARGS>]


ENVIRONMENT

REPEAT_TIMES

How many times to repeat the given command. Default is infinite.

REPEAT_COUNT

How many time the command has been ran. The command itself can access this variable to read.

REPEAT_DELAY

Sleep interval between invocations. In seconds, by default. See sleep(1) for valid parameters.