5 lines
59 B
Bash
5 lines
59 B
Bash
|
rwx_shfmt() {
|
||
|
local path="${1}"
|
||
|
shfmt --diff "${path}"
|
||
|
}
|