mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-02 06:55:08 +03:00
4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
find . -type f -name '*.sh' -print0 | xargs -0 shellcheck
|
|
|