This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
unstructured
Watch
1
Star
0
Fork
0
You've already forked unstructured
mirror of
https://github.com/Unstructured-IO/unstructured.git
synced
2025-06-27 02:30:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
unstructured
/
scripts
/
shellcheck.sh
5 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: update all bash scripts to use shebang: /usr/bin/env bash (#779)
2023-06-20 16:00:55 -07:00
#!/usr/bin/env bash
feat: Add shellcheck to CI and Make target (#10)
2022-09-29 15:24:28 -04:00
find scripts -name
"*.sh"
-exec shellcheck
{
}
+
Reference in New Issue
Copy Permalink