#
# Command file format
# <start ID> <end ID>  <remote executable path> <arguments ...>
#
# e.g.
#     0  10 /path/to/exec arg1 $ID
#
# the string '$ID' will be replaced by the ID value going from <start ID> till <end ID>
# In this example, the commands that will be run remotely are
#    /path/to/exec arg1 0
#    /path/to/exec arg1 1
#    ...
#    /path/to/exec arg1 10
#

0 499 /path/to/executable arg1 $ID arg2
