repeat 

Usage:
repeat (number of times[,sleep time]) {Command Block;};

Description:
       The repeat keyword will repeat a command block the specified number of times and sleep sleep time seconds in between (defaults to 1 second).