mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-05 00:08:40 +00:00
4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find "$1" -type f -name '*.*sh' -print0 | xargs -0 -n1 shellcheck
|