#!/bin/bash find config -name *.json | while read JSON do python3 checks.py ${JSON} dates logoh vp_table page_language team_names kolorki done