ansible-software/tests/03-shellcheck.sh

7 lines
124 B
Bash
Executable file

#!/bin/sh
set -eu
cd "$(dirname "$0")/.." || exit 1
find . -type f -name "*.sh" -print0 | xargs -0 -t -n 1 shellcheck --