4 lines
59 B
1
rwx_shfmt() {
2
local path="${1}"
3
shfmt --diff "${path}"
4
}
5