Build models from multiple directories

Hi folks,

Can anyone respond how to run all of the models in blue, red, green folders with a structure like below in a single command?

models
colors
blue
my_blue1.sql
my_blue2.sql
red
my_red1.sql
my_red2.sql
green
my_green1.sql
my_green2.sql

You wana run models under blue folder first then red and then green?