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