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