ansible-software/tests/00-selfsanity.sh
2022-01-30 01:46:46 +00:00

7 lines
123 B
Bash
Executable file

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