unstructured/scripts/shellcheck.sh

5 lines
62 B
Bash
Raw Normal View History

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