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