hurl/bin/check/shellcheck.sh
2022-07-31 09:59:10 +02:00

4 lines
72 B
Bash
Executable File

#!/bin/bash
find . -type f -name '*.sh' -print0 | xargs -0 shellcheck