mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-12 11:35:53 +00:00
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
find scripts -name "*.sh" -exec shellcheck {} +
|
|
|