hurl/bin/shellcheck.sh
2022-06-07 15:33:04 +02:00

4 lines
72 B
Bash
Executable File

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