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