ansible/tests/00-selfsanity.sh

7 lines
132 B
Bash

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