ADDON Brick_*
Does the exec command support * wildcard?
function execf( %mask ){ for ( %file = findFirstFile( %mask ) ; %file !$= "" ; %file = findNextFile( %mask ) ) { exec( %file ); }}