mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-04 23:52:23 +00:00
5 lines
62 B
Bash
5 lines
62 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
find scripts -name "*.sh" -exec shellcheck {} +
|
||
|
|