keep on going

continue (built-in Bash command)

The manual page and help for the continue built-in Bash command. The continue command continues the next iteration in the for, while, until, or select loops. If parameter n is specified, it continues to run from the nth cycle. In this case, n must be greater than 1.