unstructured/scripts/shellcheck.sh

5 lines
70 B
Bash
Raw Normal View History

#!/usr/bin/env bash
find scripts -name "*.sh" -exec shellcheck {} +