[7m semicolon ; [0;0m

Run two commands in sequence like this:

    echo one; echo two

or this:

    echo one
    echo two
