Files
static-site-pipeline/docker/shellcheck/build.sh
2023-09-10 21:21:51 +01:00

4 lines
77 B
Bash
Executable File

#!/bin/sh
find "$1" -type f -name '*.*sh' -print0 | xargs -0 -n1 shellcheck