mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-25 18:05:19 +00:00
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find scripts -name "*.sh" -exec shellcheck {} +
|
|
|