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