hurl/bin/check/shellcheck.sh

4 lines
72 B
Bash
Raw Normal View History

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