hurl/bin/check/shellcheck.sh

6 lines
92 B
Bash
Raw Normal View History

2022-06-05 22:08:50 +03:00
#!/bin/bash
set -Eeuo pipefail
2022-06-05 22:08:50 +03:00
find . -type f -name '*.sh' -print0 | xargs -0 shellcheck