#!/bin/sh

find . -type f -executable -exec shellcheck -x --color {} \;
