4 lines
65 B
Bash
4 lines
65 B
Bash
rwx_shfmt_check() {
|
|
local root="${1}"
|
|
shfmt --diff "${root}"
|
|
}
|